Fix BBB trimmed link

This commit is contained in:
Vanilagy
2025-06-17 11:00:05 +02:00
parent 927108e6a3
commit 25b694d1db
9 changed files with 17 additions and 4 deletions
@@ -9,6 +9,9 @@ import {
QUALITY_VERY_LOW,
} from 'mediabunny';
import SampleFileUrl from '../../assets/big-buck-bunny-trimmed.mp4';
(document.querySelector('#sample-file-download') as HTMLAnchorElement).href = SampleFileUrl;
const selectMediaButton = document.querySelector('button') as HTMLButtonElement;
const fileNameElement = document.querySelector('#file-name') as HTMLParagraphElement;
const horizontalRule = document.querySelector('hr') as HTMLHRElement;