Added "More Albums" to "All". Made artist download "All" category.
All category doesn't include Featured in, you still need to use "/discography" for that
This commit is contained in:
@ -436,6 +436,7 @@ class Deezer:
|
||||
if not 'more' in result:
|
||||
result['more'] = []
|
||||
result['more'].append(obj)
|
||||
result['all'].append(obj)
|
||||
return result
|
||||
|
||||
def search_main_gw(self, term):
|
||||
|
Reference in New Issue
Block a user