Skip to content

Commit

Permalink
fixup! Add method to find items with rating
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 19, 2021
1 parent 6140f23 commit 1a546ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plextraktsync/plex_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ def find_with_rating(self):
filters = {
'and': [
{'userRating>>': -1},
{'userRating<<': 11},
]
}

Expand Down

0 comments on commit 1a546ee

Please sign in to comment.