This commit is contained in:
knotteye
2020-10-17 22:40:30 -05:00
parent 1fa6bf7e81
commit 90cce68581
3 changed files with 26 additions and 3 deletions

View File

@ -186,7 +186,7 @@ async function startVideo(){
//player.initialize(document.querySelector("#videoPlayer"), url, true);
//console.log('called startvideo');
while(true){
if(document.querySelector('#videoPlayer') === null)
if(!document.querySelector('#videoPlayer'))
break;
if(window.location.pathname.substring(window.location.pathname.length - 1) !== '/'){