Skip to content

Commit 7f351f4

Browse files
authored
Merge pull request #319 from hidaba/patch-1
Update library.py
2 parents e6ca501 + 3f6eede commit 7f351f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ class MusicSection(LibrarySection):
784784
TAG (str): 'Directory'
785785
TYPE (str): 'artist'
786786
"""
787-
ALLOWED_FILTERS = ('genre', 'country', 'collection', 'mood', 'track.userRating')
787+
ALLOWED_FILTERS = ('genre', 'country', 'collection', 'mood', 'year', 'track.userRating')
788788
ALLOWED_SORT = ('addedAt', 'lastViewedAt', 'viewCount', 'titleSort', 'userRating')
789789
TAG = 'Directory'
790790
TYPE = 'artist'

0 commit comments

Comments
 (0)