Skip to content
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-trakt] Add deprecation notice for sync.get_watched #183

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

glensc
Copy link
Contributor

@glensc glensc commented Jan 15, 2022

Requires (must be merged first):

Deprecate method behaving incorrectly: #160

➜ python -c "import trakt.sync; print(trakt.sync.get_watched())"
<string>:1: DeprecationWarning: Call to deprecated function (or staticmethod) get_watched. (This method returns watchlist, not watched list. This will be fixed in PyTrakt 4.x to return watched list)
[<TVShow> ...

@glensc glensc force-pushed the 160-deprecate_get_watched branch from b75ec54 to fa3cad8 Compare January 15, 2022 12:45
@glensc glensc force-pushed the 160-deprecate_get_watched branch from fa3cad8 to 69936fb Compare January 15, 2022 12:47
glensc added a commit to glensc/python-pytrakt that referenced this pull request Nov 2, 2022
@glensc glensc changed the title Add deprecation notice for sync.get_watched [python-trakt] Add deprecation notice for sync.get_watched Nov 2, 2022
@glensc
Copy link
Contributor Author

glensc commented Nov 2, 2022

Merged to my fork:

@glensc glensc mentioned this pull request Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant