From 1657059102c0e6501e6b49808ca086ef728e80e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 10 Apr 2021 01:32:29 +0300 Subject: [PATCH] fixup! Add title and year --- plex_trakt_sync/commands/sync.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plex_trakt_sync/commands/sync.py b/plex_trakt_sync/commands/sync.py index 819f27b9bc0..5d7397b2557 100644 --- a/plex_trakt_sync/commands/sync.py +++ b/plex_trakt_sync/commands/sync.py @@ -18,8 +18,7 @@ def sync_collection(pm, tm, trakt: TraktApi, trakt_movie_collection): return logger.info(f"Add to Trakt Collection: {pm}") - value = trakt.add_to_collection(tm, pm) - logger.info(value) + trakt.add_to_collection(tm, pm) def sync_show_collection(pm, tm, pe, te, trakt: TraktApi):