moogar0880 / PyTrakt

A Pythonic interface to the Trakt.tv REST API
Other
64 stars 50 forks source link

Fix ids setter for Person and TVEpisode #211

Closed glensc closed 1 year ago

glensc commented 1 year ago

Fix https://github.com/glensc/python-pytrakt/pull/14

Person and TVEpisode _build methods are different, they call ids first before _ids, so therefore we need setter for ids. Unfortunately, that data is not even tested, so this did not come out in any way.

glensc commented 1 year ago

Wrong fork again. God damn it.

Correct one: https://github.com/glensc/python-pytrakt/pull/16