aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/PlayerThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
index e527a80ba..37edb0a20 100644
--- a/src/PlayerThread.cxx
+++ b/src/PlayerThread.cxx
@@ -296,7 +296,7 @@ Player::StartDecoder(MusicPipe &_pipe)
start_time += pc.seek_time;
dc.Start(new DetachedSong(*pc.next_song),
- start_time.ToMS(), pc.next_song->GetEndTime().ToMS(),
+ start_time, pc.next_song->GetEndTime(),
buffer, _pipe);
}