mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
Update library.py
add 'year' to filter, it works
This commit is contained in:
parent
4f5ce34b17
commit
73d1eec5ef
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue