mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +01:00
Merge remote-tracking branch 'texke/master' into develop
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ def getArtist(artistid, extrasonly=False):
|
|||||||
|
|
||||||
if not extrasonly:
|
if not extrasonly:
|
||||||
for rg in artist['release-group-list']:
|
for rg in artist['release-group-list']:
|
||||||
if rg['type'] != 'Album': #only add releases without a secondary type
|
if "secondary-type-list" in rg.keys(): #only add releases without a secondary type
|
||||||
continue
|
continue
|
||||||
releasegroups.append({
|
releasegroups.append({
|
||||||
'title': unicode(rg['title']),
|
'title': unicode(rg['title']),
|
||||||
|
|||||||
Reference in New Issue
Block a user