From 65405402a888af7eb576eee56aa7454d55601b3c Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 31 May 2026 00:39:20 +0200 Subject: [PATCH] chore: cleanup --- static/player/video.ts | 1 - 1 file changed, 1 deletion(-) 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); } }; -