Add next method to BasePlaybackController
This commit is contained in:
parent
c4b7f38154
commit
4af6ac8284
@ -253,3 +253,6 @@ class BasePlaybackController(object):
|
||||
|
||||
def play(self, id=None, position=None):
|
||||
raise NotImplementedError
|
||||
|
||||
def next(self):
|
||||
raise NotImplementedError
|
||||
|
||||
Loading…
Reference in New Issue
Block a user