diff options
Diffstat (limited to 'src/components/SponsorTimeEditComponent.tsx')
-rw-r--r-- | src/components/SponsorTimeEditComponent.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index e00813ca..aa2ff326 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -344,7 +344,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo //if it is not a complete sponsor time if (sponsorTimes[index].segment.length < 2) { //update video player - this.props.contentContainer().changeStartSponsorButton(true, false); + this.props.contentContainer().updateEditButtonsOnPlayer(); } sponsorTimes.splice(index, 1); @@ -359,7 +359,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo this.props.submissionNotice.cancel(); //update video player - this.props.contentContainer().changeStartSponsorButton(true, false); + this.props.contentContainer().updateEditButtonsOnPlayer(); } else { //update display this.props.submissionNotice.forceUpdate(); |