Fix links

This commit is contained in:
Korbs 2024-12-05 02:58:11 -05:00
parent fefe41e7bb
commit 13bdc30850

View file

@ -10,8 +10,8 @@ import {Zorn} from '@minpluto/zorn'
<Zorn <Zorn
PlayerName="nameit_whatever_you_want" PlayerName="nameit_whatever_you_want"
Title="Ennie and Yoyki: Non-Girly Games" Title="Ennie and Yoyki: Non-Girly Games"
Poster="http://192.168.1.172:7731/media/videos/Ennie%20and%20Yoyki/Poster.png" Poster="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Poster.png"
Video="http://192.168.1.172:7731/media/videos/Ennie%20and%20Yoyki/Ennie%20and%20Yoyki%3A%20Non-Girly%20Games.mp4" Video="https://ocean.sudovanilla.org/media/videos/Ennie%20and%20Yoyki/Ennie%20and%20Yoyki%3A%20Non-Girly%20Games.mp4"
CustomControlsWithMenu CustomControlsWithMenu
SettingsMenu SettingsMenu
Whitelabel Whitelabel
@ -67,4 +67,4 @@ import {Zorn} from '@minpluto/zorn'
PlayerMenu_HideAll() PlayerMenu_HideAll()
document.querySelector('.vc-menu#quality-changer').style.display = 'flex' document.querySelector('.vc-menu#quality-changer').style.display = 'flex'
} }
</script> </script>