Add BaseBackend.url_handlers()
This commit is contained in:
parent
d471b30afe
commit
01cc3fe96e
@ -138,6 +138,9 @@ class BaseBackend(object):
|
||||
def status_xfade(self):
|
||||
return 0
|
||||
|
||||
def url_handlers(self):
|
||||
return []
|
||||
|
||||
# Control methods
|
||||
|
||||
def end_of_track(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user