Skip to content

Commit

Permalink
Register SyncCollectionPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 8, 2024
1 parent 923e293 commit a0409c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plextraktsync/sync/Sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@ def sync(self, walker: Walker, dry_run=False):
from plextraktsync.sync.ClearCollectedPlugin import \
ClearCollectedPlugin
from plextraktsync.sync.LikedListsPlugin import LikedListsPlugin
from plextraktsync.sync.SyncCollectionPlugin import \
SyncCollectionPlugin

ClearCollectedPlugin.register(pm, self)
LikedListsPlugin.register(pm, self)
SyncCollectionPlugin.register(pm, self)

pm.hook.init(sync=self, trakt_lists=trakt_lists, is_partial=is_partial)

Expand Down

0 comments on commit a0409c9

Please sign in to comment.