added play_id to base backend

This commit is contained in:
Johannes Knutsen 2009-12-25 16:18:53 +01:00
parent 73c26903d1
commit e691bcafa5

View File

@ -38,6 +38,9 @@ class BaseBackend(object):
def play(self, songid):
pass
def play_id(self, songid):
pass
# Current/single playlist methods
def playlist_changes(self, version):
return None