Skip to content

Commit

Permalink
Cleanup liked lists from Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 9, 2024
1 parent 7a69d75 commit fe3a8f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plextraktsync/sync/Sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ def sync(self, walker: Walker, dry_run=False):
else:
trakt_lists.add_watchlist(self.trakt.watchlist_movies)

if self.config.sync_liked_lists:
if is_partial:
self.logger.warning("Partial walk, disabling liked lists updating. Liked lists won't update because it needs full library sync.")
else:
trakt_lists.load_lists(self.trakt.liked_lists)

if self.config.need_library_walk:
for movie in walker.find_movies():
pm.hook.walk_movie(movie=movie, dry_run=dry_run)
Expand Down

0 comments on commit fe3a8f8

Please sign in to comment.