glensc / python-pytrakt

A Pythonic interface to the Trakt.tv REST API
https://glensc.github.io/python-pytrakt/
Other
20 stars 6 forks source link

Feature: Add progress parameter to Scrobbler methods #5

Closed glensc closed 1 year ago

glensc commented 1 year ago

Improve https://github.com/moogar0880/PyTrakt/pull/196.

This allows the caller to pass progress value in the same go.

I would not want to call update(progress) before calling stop() just to get accurate progress, because that would make two API calls to trakt.tv.

Required by: