Fixed #39
This commit is contained in:
parent
b3ef035169
commit
09589f9603
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
__version__ = "1.2.14"
|
||||
__version__ = "1.2.15"
|
||||
|
|
|
@ -637,8 +637,8 @@ class Deezer:
|
|||
if len(resp['data']) > 0:
|
||||
return resp['data'][0]['id']
|
||||
else:
|
||||
return 0
|
||||
return 0
|
||||
return "0"
|
||||
return "0"
|
||||
|
||||
def clean_search_query(term):
|
||||
term = str(term)
|
||||
|
|
Loading…
Reference in New Issue