diff --git a/static/player/video.ts b/static/player/video.ts index 34664ab..5544806 100644 --- a/static/player/video.ts +++ b/static/player/video.ts @@ -33,4 +33,3 @@ export const loadVideoSource = (url: string): void => { state.video.play().catch(() => undefined); } }; -