diff options
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index f6069b048..b1b08c52d 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -526,6 +526,8 @@ static gpointer player_task(G_GNUC_UNUSED gpointer arg) switch (pc.command) { case PLAYER_COMMAND_PLAY: case PLAYER_COMMAND_QUEUE: + assert(pc.next_song != NULL); + do_play(); break; |