black reformating
This commit is contained in:
parent
31023236ae
commit
f7090127fe
1 changed files with 1 additions and 4 deletions
|
@ -121,10 +121,7 @@ class SubsonicApi:
|
||||||
return None
|
return None
|
||||||
return response.get("searchResult2")
|
return response.get("searchResult2")
|
||||||
|
|
||||||
def find_artist_as_search_result(
|
def find_artist_as_search_result(self, artist_search):
|
||||||
self,
|
|
||||||
artist_search
|
|
||||||
):
|
|
||||||
result = self.find_raw(artist_search)
|
result = self.find_raw(artist_search)
|
||||||
if result is None:
|
if result is None:
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Reference in a new issue