Merge pull request #14 from daniele-athome/mpd-search-bug
Do not search if query is not for 'any'
This commit is contained in:
@@ -85,6 +85,8 @@ class RadioNetLibraryProvider(backend.LibraryProvider):
|
||||
return []
|
||||
|
||||
def search(self, query=None, uris=None, exact=False):
|
||||
if 'any' not in query:
|
||||
return None
|
||||
|
||||
result = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user