Skip to content

Commit

Permalink
Configure keep_watched for TraktUserListCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 24, 2024
1 parent 2255977 commit 0a0d9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/sync/Sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def trakt_wl(self):
return TraktWatchList(self.trakt.watchlist_movies + self.trakt.watchlist_shows)

def sync(self, walker: Walker, dry_run=False):
trakt_lists = TraktUserListCollection()
trakt_lists = TraktUserListCollection(self.config.liked_lists_keep_watched)
is_partial = walker.is_partial and not dry_run

if is_partial and self.config.clear_collected:
Expand Down

0 comments on commit 0a0d9d5

Please sign in to comment.