Add play method to BasePlaybackController
This commit is contained in:
parent
779221def1
commit
562c9ae0f3
@ -249,3 +249,5 @@ class BasePlaybackController(object):
|
||||
self.backend = backend
|
||||
self.state = self.STOPPED
|
||||
|
||||
def play(self, id=None, position=None):
|
||||
raise NotImplementedError
|
||||
|
||||
Loading…
Reference in New Issue
Block a user