Skip to content

Commit

Permalink
Add title and year
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 10, 2021
1 parent aa45f23 commit 5eecd16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plex_trakt_sync/trakt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def add_to_collection(self, m, pm: PlexLibraryItem):
if m.media_type == "movies":
json = {
m.media_type: [dict(
title=m.title,
year=m.year,
**m.ids,
**pm.to_json(),
)],
Expand Down

0 comments on commit 5eecd16

Please sign in to comment.