Changed rough time calculation to only use real time or end time.

Also fixed getting the replay button element.
This commit is contained in:
Ajay Ramachandran
2020-05-11 21:04:10 -04:00
parent aec287f0cf
commit 57eb122fce
3 changed files with 10 additions and 23 deletions

View File

@@ -260,7 +260,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
}
setTimeToNow(index: number) {
this.setTimeTo(index, this.props.contentContainer().getRoughCurrentTime());
this.setTimeTo(index, this.props.contentContainer().getRealCurrentTime());
}
setTimeToEnd() {