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):
|
def play(self, songid):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def play_id(self, songid):
|
||||||
|
pass
|
||||||
|
|
||||||
# Current/single playlist methods
|
# Current/single playlist methods
|
||||||
def playlist_changes(self, version):
|
def playlist_changes(self, version):
|
||||||
return None
|
return None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user