Skip to content

Commit

Permalink
Fix duplicate watched status in trakt (due to multiple library)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonc56 committed Sep 7, 2021
1 parent 83ded35 commit 5a252f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plex_trakt_sync/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def watched_on_trakt(self):

def mark_watched_trakt(self):
self.trakt_api.mark_watched(self.trakt, self.plex.seen_date)
self.trakt_api.watched_movies.add(self.trakt)

def mark_watched_plex(self):
self.plex_api.mark_watched(self.plex.item)
Expand Down

0 comments on commit 5a252f4

Please sign in to comment.