aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_control.c')
-rw-r--r--src/player_control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player_control.c b/src/player_control.c
index a49fcecc9..ac4b006dd 100644
--- a/src/player_control.c
+++ b/src/player_control.c
@@ -232,6 +232,8 @@ pc_seek(struct song *song, float seek_time)
pc.seek_where = seek_time;
player_command(PLAYER_COMMAND_SEEK);
+ assert(pc.next_song == NULL);
+
idle_add(IDLE_PLAYER);
return true;