Skip to content

Commit

Permalink
Remove outdated @retries for PlexLibraryItem.rating
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 23, 2024
1 parent f7c5db9 commit fcb8aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plextraktsync/plex/PlexLibraryItem.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def title(self):

return value

@retry(retries=1)
def rating(self, show_id: int = None):
if not self.is_discover and self.plex is not None:
return self.plex.ratings.get(self, show_id)
Expand Down

0 comments on commit fcb8aa3

Please sign in to comment.