PyTrakt icon indicating copy to clipboard operation
PyTrakt copied to clipboard

[python-pytrakt] fix season number in show_collection

Open simonc56 opened this issue 3 years ago • 3 comments
trafficstars

In Users, the show_collection() function fetches all collected seasons as seasons 1.

Here : https://github.com/moogar0880/PyTrakt/blob/8a6d4f168a858447014fb4c2c0efceb47b30ebb7/trakt/users.py#L375-L376

Same as:

  • https://github.com/moogar0880/PyTrakt/issues/98

And the fix was:

  • https://github.com/moogar0880/PyTrakt/pull/100

fixes #76

simonc56 avatar Jun 13 '22 18:06 simonc56

@twolaw this is still valid to carry to python-pytrakt?

glensc avatar Nov 02 '22 19:11 glensc

yes

simonc56 avatar Nov 06 '22 12:11 simonc56

Carried to my fork:

  • https://github.com/glensc/python-pytrakt/commit/18f0ac3c66d6e3a3c881cc491babe2862741626a

@twolaw can you please update pr title with [python-pytrakt] prefix to indicate so

glensc avatar Nov 06 '22 12:11 glensc