moogar0880 / PyTrakt

A Pythonic interface to the Trakt.tv REST API
Other
66 stars 51 forks source link

[python-pytrakt] Value 'type' added to Userlist #206

Open simonc56 opened 2 years ago

simonc56 commented 2 years ago

There's been an update of Trakt API on 14 June 2022 adding a type value to lists :

Each list object contains a type value set to personal or official.

This PR adds this type value to Userlist class to comply with trakt API update.

fixes #205

panosk75 commented 2 years ago

works well. Thanks

thiagomgd commented 2 years ago

can this be merged? Unable to use PyTrakt for a while because of this error

samarrs commented 2 years ago

TypeError: UserList.new() got an unexpected keyword argument 'type'

Haven't been able to use plextraktsync. How to fix this?

glensc commented 2 years ago

Unable to reach current maintainer:

bradleykorn commented 2 years ago

@moogar0880 Is there any possibility you might get this PR merged? @glensc (and possibly @panosk75) has stated that he's offered to co-maintain this repo. Is that not amenable?

glensc commented 2 years ago

Merged in my fork:

glensc commented 2 years ago

@twolaw please prepend [python-pytrakt] to this pr title, to indicate this pr has been carried. this will help understand the pull request status in this project.