playlist: emit IDLE_OPTIONS when resetting single mode
This commit is contained in:
parent
867b93a5b2
commit
067d7212bf
@ -110,6 +110,8 @@ playlist_sync_with_queue(struct playlist *playlist)
|
||||
/* Set pause and remove the single mode. */
|
||||
if(playlist->queue.single && !playlist->queue.repeat) {
|
||||
playlist->queue.single = false;
|
||||
idle_add(IDLE_OPTIONS);
|
||||
|
||||
pc_set_pause(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user