Skip to content

Commit

Permalink
Merge pull request #1942 from glensc/1940-wl-fix
Browse files Browse the repository at this point in the history
Add missing hookimpl for PlexWatchListPlugin
  • Loading branch information
glensc authored May 11, 2024
2 parents f95eb93 + de2af65 commit 81b6f90
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 81b6f90

Please sign in to comment.