Change video source to colormatic file server
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user