Skip to content

Commit

Permalink
Add liked_lists_keep_watched SyncConfig property
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Feb 24, 2024
1 parent 0a863f5 commit e657e23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plextraktsync/config/SyncConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ def clear_collected(self):
def sync_watched_status(self):
return self.trakt_to_plex["watched_status"] or self.plex_to_trakt["watched_status"]

@property
def liked_lists_keep_watched(self):
return self["trakt_to_plex"]["liked_lists_keep_watched"]

@cached_property
def update_plex_wl(self):
return self.trakt_to_plex["watchlist"] and not self.trakt_to_plex["watchlist_as_playlist"]
Expand Down

0 comments on commit e657e23

Please sign in to comment.