Skip to content

Commit

Permalink
Include "Trakt" in adding to collection message
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 19, 2024
1 parent 7e10400 commit 1584207
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 @@ -115,7 +115,7 @@ def sync_collection(self, m: Media, dry_run=False):
if m.is_collected:
return

self.logger.info(f"Adding to collection: {m.title_link}", extra={"markup": True})
self.logger.info(f"Adding to Trakt collection: {m.title_link}", extra={"markup": True})

if not dry_run:
m.add_to_collection()
Expand Down

0 comments on commit 1584207

Please sign in to comment.