Change video source to colormatic file server

This commit is contained in:
2025-01-01 12:47:14 -08:00
parent d12a7fa400
commit 1fb373aac6
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
const BASEURL = "/"
const BASEURL = "https://files.colormatic.org/"
var videoplayer = document.getElementById("videoplayer");
var videotitle = document.getElementById("videotitle");
@ -46,4 +46,4 @@ function getVideo(cname, vname) {
});
}
getVideo(getParam("c"), getParam("v"));
getVideo(getParam("c"), getParam("v"));