mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 20:29:27 +00:00
Add spokenword & audiobooks to extras
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user