Skip to content

Commit

Permalink
fixup! Create WatchListPlugin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 9, 2024
1 parent 009e9ea commit b8ec1ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plextraktsync/sync/plugin/WatchListPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def __init__(self, config: SyncConfig, plex: PlexApi, trakt: TraktApi):
@classmethod
def enabled(cls, sync: Sync):
return any([
sync.config.update_plex_wl_as_pl,
sync.config.sync_liked_lists,
sync.walker.config.walk_watchlist,
sync.config.plex_to_trakt["watchlist"],
sync.config.trakt_to_plex["watchlist"],
])

@classmethod
Expand Down

0 comments on commit b8ec1ea

Please sign in to comment.