Some video player improvements

This commit is contained in:
2022-03-01 20:47:15 +01:00
parent 3174439d78
commit 15716f0673
7 changed files with 153 additions and 420 deletions

View File

@@ -13,14 +13,11 @@ onMount(() => {
return
}
switch (Math.floor(Math.random()*3)) {
switch (Math.floor(Math.random()*2)) {
case 0:
set_ad_type("ads.plus")
break
case 1:
set_ad_type("valueimpression")
break
case 2:
set_ad_type("pixfuture")
break
}