-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[python-pytrakt] Value 'type' added to Userlist #206
base: master
Are you sure you want to change the base?
Conversation
works well. Thanks |
can this be merged? Unable to use PyTrakt for a while because of this error |
TypeError: UserList.new() got an unexpected keyword argument 'type' Haven't been able to use plextraktsync. How to fix this? |
Unable to reach current maintainer: |
@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? |
Merged in my fork: |
@twolaw please prepend |
There's been an update of Trakt API on 14 June 2022 adding a
type
value to lists :This PR adds this
type
value to Userlist class to comply with trakt API update.fixes #205