Skip to content

Commit 3791708

Browse files
committed
adding year to filters
1 parent 6f37554 commit 3791708

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
@@ -869,7 +869,7 @@ class PhotoSection(LibrarySection):
869869
TYPE (str): 'photo'
870870
"""
871871
ALLOWED_FILTERS = ('all', 'iso', 'make', 'lens', 'aperture', 'exposure', 'device', 'resolution', 'place',
872-
'originallyAvailableAt', 'addedAt', 'title', 'userRating', 'tag')
872+
'originallyAvailableAt', 'addedAt', 'title', 'userRating', 'tag', 'year')
873873
ALLOWED_SORT = ('addedAt',)
874874
TAG = 'Directory'
875875
TYPE = 'photo'

0 commit comments

Comments
 (0)