Add next method to BasePlaybackController

This commit is contained in:
Thomas Adamcik 2010-02-07 05:15:29 +01:00
parent c4b7f38154
commit 4af6ac8284

View File

@ -253,3 +253,6 @@ class BasePlaybackController(object):
def play(self, id=None, position=None):
raise NotImplementedError
def next(self):
raise NotImplementedError