mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Merge pull request #326 from redvers76/patch-2
In lieu of a full artist-by-artist control panel to determine which extra
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ def getArtist(artistid, extrasonly=False):
|
|||||||
includeExtras = False
|
includeExtras = False
|
||||||
|
|
||||||
if includeExtras or headphones.INCLUDE_EXTRAS:
|
if includeExtras or headphones.INCLUDE_EXTRAS:
|
||||||
includes = [m.Release.TYPE_COMPILATION, m.Release.TYPE_REMIX, m.Release.TYPE_SINGLE, m.Release.TYPE_LIVE, m.Release.TYPE_EP]
|
includes = [m.Release.TYPE_COMPILATION, m.Release.TYPE_REMIX, m.Release.TYPE_SINGLE, m.Release.TYPE_LIVE, m.Release.TYPE_EP, m.Release.TYPE_SOUNDTRACK]
|
||||||
for include in includes:
|
for include in includes:
|
||||||
inc = ws.ArtistIncludes(releases=(m.Release.TYPE_OFFICIAL, include), releaseGroups=True)
|
inc = ws.ArtistIncludes(releases=(m.Release.TYPE_OFFICIAL, include), releaseGroups=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user