Added full browsing, playlist and search support.
This commit is contained in:
parent
a73edeae8e
commit
d8cbb503a5
6 changed files with 137 additions and 70 deletions
|
@ -12,5 +12,5 @@ class SubidyBackend(pykka.ThreadingActor, backend.Backend):
|
|||
password=subidy_config['password'])
|
||||
self.library = library.SubidyLibraryProvider(backend=self)
|
||||
self.playback = playback.SubidyPlaybackProvider(audio=audio, backend=self)
|
||||
#self.playlists = playlists.SubidyPlaylistsProvider(backend=self)
|
||||
self.playlists = playlists.SubidyPlaylistsProvider(backend=self)
|
||||
self.uri_schemes = ['subidy']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue