Closed simonc56 closed 1 year ago
There's been an update of Trakt API adding a share_link value to lists :
share_link
"list": { "name": "IMDB: Top Rated Movies", "description": "The IMDB top 250 movies, based on popularity. List updated daily.", "privacy": "public", "share_link": "https://trakt.tv/lists/2142753", "type": "personal", "display_numbers": true, "allow_comments": true, "sort_by": "rank", ...
This PR adds this keywork to Userlist class to comply with trakt API update.
fixes https://github.com/Taxel/PlexTraktSync/issues/1456
There's been an update of Trakt API adding a
share_link
value to lists :This PR adds this keywork to Userlist class to comply with trakt API update.
fixes https://github.com/Taxel/PlexTraktSync/issues/1456