diff --git a/templates/user.njk b/templates/user.njk index e5ebcb9..fd7f479 100644 --- a/templates/user.njk +++ b/templates/user.njk @@ -3,7 +3,7 @@ <script src="/shaka-player.compiled.js"></script> <script> shakaPolyFilled = false; -var manifestUri = "https://spacecowboy.cc/live/knotteye/index.mpd"//document.location.protocol+'//'+document.location.host+'/live/{{ username }}/index.mpd'; +var manifestUri = document.location.protocol+'//'+document.location.host+'/live/{{ username }}/index.mpd'; async function initPlayer() { if(!shakaPolyFilled){ shaka.polyfill.installAll();