PyTrakt icon indicating copy to clipboard operation
PyTrakt copied to clipboard

[python-trakt] Add deprecation notice for sync.get_watched

Open glensc opened this issue 3 years ago • 1 comments

Requires (must be merged first):

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

Deprecate method behaving incorrectly: https://github.com/moogar0880/PyTrakt/issues/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 avatar Jan 15 '22 12:01 glensc

Merged to my fork:

  • https://github.com/glensc/python-pytrakt/commit/0a4902fb4f1e8dba252f9471811e60a119ceb21c

glensc avatar Nov 02 '22 19:11 glensc