mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-07 15:52:44 +00:00
Fix bug
This commit is contained in:
@ -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) !== '/'){
|
||||
|
Reference in New Issue
Block a user