diff --git a/plexapi/library.py b/plexapi/library.py index ae3e38e6..3b25ddcc 100644 --- a/plexapi/library.py +++ b/plexapi/library.py @@ -776,7 +776,7 @@ class MusicSection(LibrarySection): TAG (str): 'Directory' TYPE (str): 'artist' """ - ALLOWED_FILTERS = ('genre', 'country', 'collection', 'mood') + ALLOWED_FILTERS = ('genre', 'country', 'collection', 'mood','year') ALLOWED_SORT = ('addedAt', 'lastViewedAt', 'viewCount', 'titleSort') TAG = 'Directory' TYPE = 'artist'