From b1115e748d9cd6619081604792b2d19c44989f9a Mon Sep 17 00:00:00 2001 From: rembo10 Date: Tue, 19 Jun 2012 13:36:50 +0530 Subject: [PATCH] Add spokenword & audiobooks to extras --- headphones/mb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/mb.py b/headphones/mb.py index a3853c23..f1ec280c 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -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