mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Add spokenword & audiobooks to extras
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@ def getArtist(artistid, extrasonly=False):
|
|||||||
includeExtras = False
|
includeExtras = False
|
||||||
|
|
||||||
if includeExtras or headphones.INCLUDE_EXTRAS:
|
if includeExtras or headphones.INCLUDE_EXTRAS:
|
||||||
includes = ["single", "ep", "compilation", "soundtrack", "live", "remix"]
|
includes = ["single", "ep", "compilation", "soundtrack", "live", "remix", "spokenword", "audiobook"]
|
||||||
for include in includes:
|
for include in includes:
|
||||||
|
|
||||||
artist = None
|
artist = None
|
||||||
|
|||||||
Reference in New Issue
Block a user