Add Demo to Extras

- fix up songkick location breaking artist page
- add description and link for songkick metro area filter
This commit is contained in:
Ade
2014-08-30 22:17:30 +12:00
parent 3d22a66701
commit 46240fb7d1
5 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ VALID_RELEASE_TYPES = [
"nat",
"album", "single", "ep", "broadcast", "other", # primary types
"compilation", "soundtrack", "spokenword", "interview", "audiobook",
"live", "remix", "dj-mix", "mixtape/street", # secondary types
"live", "remix", "dj-mix", "mixtape/street", "demo", # secondary types
]
#: These can be used to filter whenever releases or release-groups are involved
VALID_RELEASE_STATUSES = ["official", "promotion", "bootleg", "pseudo-release"]