Skip to content

Commit

Permalink
fixup! Add title and year
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 9, 2021
1 parent 9164d31 commit 1657059
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plex_trakt_sync/commands/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1657059

Please sign in to comment.