Skip to content

Commit

Permalink
Add missing hookimpl for PlexWatchListPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 11, 2024
1 parent f95eb93 commit de2af65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plextraktsync/sync/WatchListPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def init(self, sync: Sync, is_partial: bool):
else:
sync.trakt_lists.add_watchlist(self.trakt.watchlist_movies)

@hookimpl
async def fini(self, walker: Walker, dry_run: bool):
if walker.config.walk_watchlist and self.sync_wl:
with measure_time("Updated watchlist"):
Expand Down

0 comments on commit de2af65

Please sign in to comment.