Sorry Jonny <3

This commit is contained in:
Vanilagy
2026-05-04 10:53:09 +02:00
parent 1680bd02ad
commit 8955ba70c2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ loadUrlButton.addEventListener('click', () => {
const url = prompt(
'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the'
+ ' right CORS headers set.',
'https://remotion.media/BigBuckBunny.mp4',
'https://mediabunny.dev/big-buck-bunny.mp4',
);
if (!url) {
return;