Add playlist_position to PlaybackController
This commit is contained in:
parent
10fa84dd1e
commit
c4b7f38154
@ -249,6 +249,7 @@ class BasePlaybackController(object):
|
||||
self.backend = backend
|
||||
self.state = self.STOPPED
|
||||
self.current_track = None
|
||||
self.playlist_position = None
|
||||
|
||||
def play(self, id=None, position=None):
|
||||
raise NotImplementedError
|
||||
|
||||
Loading…
Reference in New Issue
Block a user