Skip to content

Commit

Permalink
fixup! Update liked lists sync to account for walk_library state
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 6, 2024
1 parent cc49468 commit 9ba4e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/sync/Sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def sync(self, walker: Walker, dry_run=False):

if walker.config.walk_library and (self.config.update_plex_wl_as_pl or self.config.sync_liked_lists):
if is_partial:
self.logger.warning("1Running partial library sync. Liked lists won't update because it needs full library sync.")
self.logger.warning("Running partial library sync. Liked lists won't update because it needs full library sync.")
else:
if not dry_run:
with measure_time("Updated liked list"):
Expand Down

0 comments on commit 9ba4e80

Please sign in to comment.