Don't change countdown speed with playback speed

Fix #1067
This commit is contained in:
Ajay
2021-12-29 00:30:24 -05:00
parent c3107ffcff
commit 2db1971190
2 changed files with 1 additions and 12 deletions

View File

@@ -177,7 +177,6 @@ class SkipNoticeComponent extends React.Component<SkipNoticeProps, SkipNoticeSta
|| (Config.config.noticeVisibilityMode >= NoticeVisbilityMode.FadedForAutoSkip && this.autoSkip)}
timed={true}
maxCountdownTime={this.state.maxCountdownTime}
videoSpeed={() => this.contentContainer().v?.playbackRate}
style={noticeStyle}
biggerCloseButton={this.contentContainer().onMobileYouTube}
ref={this.noticeRef}