fix(player): fix potential error

This commit is contained in:
nick-delirium 2023-03-31 14:25:32 +02:00
parent c2e6ca5cc4
commit d4fc1c76f5
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

@ -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,