Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit cba8074

Browse files
committed
Do not consume tracklist, when loading tracklist.
1 parent b1095e7 commit cba8074

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mopidy_autoplay/frontend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def restore_state(self, state):
168168
if uris:
169169
# Clear tracklist and add URIs
170170
self.core.tracklist.clear()
171+
self.core.tracklist.set_consume(False)
171172
self.core.tracklist.add(uris=uris)
172173
# Switch to specified index
173174
index = self._get_config(state, 'tracklist', 'index') or 0

0 commit comments

Comments
 (0)