Commit 067d7212 authored by Max Kellermann's avatar Max Kellermann

playlist: emit IDLE_OPTIONS when resetting single mode

parent 867b93a5
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment