Skip to content

Commit

Permalink
Just sync each media item to local db
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 29, 2023
1 parent 93f409e commit 589485c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plextraktsync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def sync_watched(self, m: Media, dry_run=False):
if not self.config.sync_watched_status:
return

self.sync_state.update(m)

if m.watched_on_plex is m.watched_on_trakt:
return

Expand Down

0 comments on commit 589485c

Please sign in to comment.