Skip to content

Commit 7b7fa7a

Browse files
committed
add tag filter for photos
1 parent 65bb149 commit 7b7fa7a

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')
872+
'originallyAvailableAt', 'addedAt', 'title', 'userRating', 'tag')
873873
ALLOWED_SORT = ('addedAt',)
874874
TAG = 'Directory'
875875
TYPE = 'photo'

0 commit comments

Comments
 (0)