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