Add play method to BasePlaybackController

This commit is contained in:
Thomas Adamcik 2010-02-07 05:01:23 +01:00
parent 779221def1
commit 562c9ae0f3

View File

@ -249,3 +249,5 @@ class BasePlaybackController(object):
self.backend = backend
self.state = self.STOPPED
def play(self, id=None, position=None):
raise NotImplementedError