Add spokenword & audiobooks to extras

This commit is contained in:
rembo10
2012-06-19 13:36:50 +05:30
parent 20bd6ae35f
commit b1115e748d

View File

@@ -239,7 +239,7 @@ def getArtist(artistid, extrasonly=False):
includeExtras = False
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:
artist = None