Skip to content

Commit b385b76

Browse files
committed
Find duplicates of episodes.
1 parent 6dcc5bd commit b385b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/library.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def delete(self):
356356

357357
def edit(self, **kwargs):
358358
""" Edit a library (Note: agent is required). See :class:`~plexapi.library.Library` for example usage.
359-
359+
360360
Parameters:
361361
kwargs (dict): Dict of settings to edit.
362362
"""
@@ -578,7 +578,7 @@ class ShowSection(LibrarySection):
578578
TYPE (str): 'show'
579579
"""
580580
ALLOWED_FILTERS = ('unwatched', 'year', 'genre', 'contentRating', 'network', 'collection',
581-
'guid')
581+
'guid', 'duplicate')
582582
ALLOWED_SORT = ('addedAt', 'lastViewedAt', 'originallyAvailableAt', 'titleSort',
583583
'rating', 'unwatched')
584584
TAG = 'Directory'

0 commit comments

Comments
 (0)