mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 04:27:15 +03:00
Use duration as current time if endcards or autoplay is visible when submitting
This commit is contained in:
@@ -247,7 +247,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
|
||||
}
|
||||
|
||||
setTimeToNow(index: number) {
|
||||
this.setTimeTo(index, this.props.contentContainer().v.currentTime);
|
||||
this.setTimeTo(index, this.props.contentContainer().getRoughCurrentTime());
|
||||
}
|
||||
|
||||
setTimeToEnd() {
|
||||
|
||||
Reference in New Issue
Block a user