B"H add library lookup playlist TODO - rebase

This commit is contained in:
hhm 2017-02-15 17:27:23 -05:00
parent 5bfe185ef0
commit 634efc4de4

View file

@ -100,6 +100,7 @@ class SubidyLibraryProvider(backend.LibraryProvider):
return self.lookup_directory(uri.get_directory_id(lookup_uri))
if type == uri.SONG:
return [self.lookup_song(uri.get_song_id(lookup_uri))]
# TODO: uri.PLAYLIST
def lookup(self, uri=None, uris=None):
if uris is not None: