diff --git a/modules/grooveshark/browser.py b/modules/grooveshark/browser.py index 8bad0bb9..e156bc30 100644 --- a/modules/grooveshark/browser.py +++ b/modules/grooveshark/browser.py @@ -100,6 +100,7 @@ class GroovesharkBrowser(BaseBrowser): response = self.API_post(method, parameters, self.create_token(method)) return self.create_collection_from_playlists_result(response['result']['Playlists'], split_path) + return [] def search_audio(self, pattern): method = 'getResultsFromSearch'