fix(player): fix potential error
This commit is contained in:
parent
c2e6ca5cc4
commit
d4fc1c76f5
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ import { fetchSessions } from 'Duck/liveSearch';
|
|||
import AssistDuration from './AssistDuration';
|
||||
import Timeline from './Timeline';
|
||||
import ControlButton from 'Components/Session_/Player/Controls/ControlButton';
|
||||
|
||||
import { SKIP_INTERVALS } from 'Components/Session_/Player/Controls/Controls'
|
||||
import styles from 'Components/Session_/Player/Controls/controls.module.css';
|
||||
|
||||
function Controls(props: any) {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ import PlayerControls from './components/PlayerControls';
|
|||
import styles from './controls.module.css';
|
||||
import XRayButton from 'Shared/XRayButton';
|
||||
|
||||
const SKIP_INTERVALS = {
|
||||
export const SKIP_INTERVALS = {
|
||||
2: 2e3,
|
||||
5: 5e3,
|
||||
10: 1e4,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue