player/Control: initialize seek_time in EnqueueSongLocked()

Allows removing a few special cases in the player thread.
This commit is contained in:
Max Kellermann
2015-11-05 00:29:03 +01:00
parent cf1de78205
commit 990f473bb3
2 changed files with 3 additions and 6 deletions

View File

@@ -417,6 +417,7 @@ private:
assert(next_song == nullptr);
next_song = song;
seek_time = SongTime::zero();
SynchronousCommand(PlayerCommand::QUEUE);
}