-
-
Notifications
You must be signed in to change notification settings - Fork 276
feat: add watch time update function for VideoInfos classes #874
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move the playedSeconds
to the start of the parameter list, so that you don't have to write all the undefined
s in VideoInfo.ts
. Additionally as most users of these methods will be specifying a value for playedSeconds
please make it mandatory and remove the default value.
Co-authored-by: absidue <[email protected]>
Co-authored-by: absidue <[email protected]>
Is sth missing or can we get this merged somehow. :) |
Seperation of PR: #872
I added a new function to adapt watched time for videos added to the watch list (history).
closes #825