Conversation
|
please see the changes you've made. looks like you've deleted some code. commented out some code. not described why. so looks bogus. marking as draft. seems incomplete work. and describe the change, and why. also don't create pull request from your default branch. all changes to your main branch will end up in this pr. |
Thanks for the information, wasn't sure that all other changes will be put in this pull request as well. In the tv.py I added the studios function which was probably not the correct place, but I didn't assume it would affect this pr. Correction of the progress call: -- return self._progress('collection')
++return self._progress('watched')In line 344 I corrected the code as the give one not using the progress of an TVshow and more the collection which is in the trakt world a difference. |
|
different changes, different pr please. with appropriate description of changes. also remove change for version. remove draft after you've completed your changes. |
| @@ -1 +1 @@ | |||
| __version__ = "Unknown" | |||
| __version__ = "alpha" | |||
There was a problem hiding this comment.
this must not be modified. this is filled automatically by CI on release.
Added the get history function to package.
Not tested deeply