From 1584207cf5316e5cfab8ef3ef77427f88775d769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@pld-linux.org> Date: Tue, 19 Mar 2024 14:59:43 +0200 Subject: [PATCH] Include "Trakt" in adding to collection message --- plextraktsync/sync/Sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plextraktsync/sync/Sync.py b/plextraktsync/sync/Sync.py index c32269242e3..17121412a9c 100644 --- a/plextraktsync/sync/Sync.py +++ b/plextraktsync/sync/Sync.py @@ -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()