Add mood to MusicSection.ALLOWED_FILTERS

This commit is contained in:
Bryan Stitt 2017-08-29 15:37:48 -07:00 committed by GitHub
parent 5e4fbb80af
commit 5c7e138b2e

View file

@ -610,7 +610,7 @@ class MusicSection(LibrarySection):
TAG (str): 'Directory'
TYPE (str): 'artist'
"""
ALLOWED_FILTERS = ('genre', 'country', 'collection')
ALLOWED_FILTERS = ('genre', 'country', 'collection', 'mood')
ALLOWED_SORT = ('addedAt', 'lastViewedAt', 'viewCount', 'titleSort')
TAG = 'Directory'
TYPE = 'artist'