B"H add library lookup playlist TODO - rebase
This commit is contained in:
parent
5bfe185ef0
commit
634efc4de4
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ class SubidyLibraryProvider(backend.LibraryProvider):
|
||||||
return self.lookup_directory(uri.get_directory_id(lookup_uri))
|
return self.lookup_directory(uri.get_directory_id(lookup_uri))
|
||||||
if type == uri.SONG:
|
if type == uri.SONG:
|
||||||
return [self.lookup_song(uri.get_song_id(lookup_uri))]
|
return [self.lookup_song(uri.get_song_id(lookup_uri))]
|
||||||
|
# TODO: uri.PLAYLIST
|
||||||
|
|
||||||
def lookup(self, uri=None, uris=None):
|
def lookup(self, uri=None, uris=None):
|
||||||
if uris is not None:
|
if uris is not None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue