[VideoPlayer] Jump props delete
This commit is contained in:
@@ -2442,28 +2442,30 @@ const VideoPlayerBase = class extends React.Component {
|
||||
/>
|
||||
) : null}
|
||||
|
||||
<MediaSlider
|
||||
//노브
|
||||
backgroundProgress={this.state.proportionLoaded}
|
||||
disabled={disabled || this.state.sourceUnavailable}
|
||||
forcePressed={this.state.slider5WayPressed}
|
||||
onBlur={this.handleSliderBlur}
|
||||
onChange={this.onSliderChange}
|
||||
onFocus={this.handleSliderFocus}
|
||||
onKeyDown={this.handleSliderKeyDown}
|
||||
onKnobMove={this.handleKnobMove}
|
||||
spotlightId={SpotlightIds.PLAYER_SLIDER}
|
||||
videoVerticalVisible={videoVerticalVisible}
|
||||
selection={proportionSelection}
|
||||
spotlightDisabled={
|
||||
spotlightDisabled ||
|
||||
!this.state.mediaControlsVisible ||
|
||||
type === "LIVE"
|
||||
}
|
||||
value={this.state.proportionPlayed}
|
||||
visible={this.state.mediaSliderVisible}
|
||||
type={type}
|
||||
></MediaSlider>
|
||||
{!panelInfo.modal && (
|
||||
<MediaSlider
|
||||
//노브
|
||||
backgroundProgress={this.state.proportionLoaded}
|
||||
disabled={disabled || this.state.sourceUnavailable}
|
||||
forcePressed={this.state.slider5WayPressed}
|
||||
onBlur={this.handleSliderBlur}
|
||||
onChange={this.onSliderChange}
|
||||
onFocus={this.handleSliderFocus}
|
||||
onKeyDown={this.handleSliderKeyDown}
|
||||
onKnobMove={this.handleKnobMove}
|
||||
spotlightId={SpotlightIds.PLAYER_SLIDER}
|
||||
videoVerticalVisible={videoVerticalVisible}
|
||||
selection={proportionSelection}
|
||||
spotlightDisabled={
|
||||
spotlightDisabled ||
|
||||
!this.state.mediaControlsVisible ||
|
||||
type === "LIVE"
|
||||
}
|
||||
value={this.state.proportionPlayed}
|
||||
visible={this.state.mediaSliderVisible}
|
||||
type={type}
|
||||
></MediaSlider>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
<ComponentOverride
|
||||
@@ -2475,15 +2477,8 @@ const VideoPlayerBase = class extends React.Component {
|
||||
mediaDisabled={disabled || this.state.sourceUnavailable}
|
||||
no5WayJump={no5WayJump}
|
||||
onClose={!sideContentsVisible && this.handleMediaControlsClose}
|
||||
onFastForward={type !== "LIVE" && this.handleFastForward}
|
||||
onJump={type !== "LIVE" && this.handleJump}
|
||||
onJumpBackwardButtonClick={
|
||||
type !== "LIVE" && this.onJumpBackward
|
||||
}
|
||||
onJumpForwardButtonClick={type !== "LIVE" && this.onJumpForward}
|
||||
onPause={this.handlePause}
|
||||
onPlay={this.handlePlay}
|
||||
onRewind={type !== "LIVE" && this.handleRewind}
|
||||
paused={type !== "LIVE" && this.state.paused}
|
||||
spotlightId={this.mediaControlsSpotlightId}
|
||||
countryCode={countryCode}
|
||||
|
||||
Reference in New Issue
Block a user