added play_id to base backend
This commit is contained in:
parent
73c26903d1
commit
e691bcafa5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user