Breaking change: The PlayerName
option is now required
This commit is contained in:
parent
0a7f331c1f
commit
00d1544753
4 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@ import {
|
|||
<meta charset="utf-8">
|
||||
|
||||
<Zorn
|
||||
PlayerName="nameit_whatever_you_want"
|
||||
Title="Ennie and Yoyki: Non-Girly Games"
|
||||
Poster="https://md.sudovanilla.org/images/eay-p-v.jpg"
|
||||
Video="https://md.sudovanilla.org/videos/webm/Ennie-and-Yoyki.webm"
|
||||
|
|
|
@ -6,6 +6,7 @@ import Switcher from '@components/Switcher.astro'
|
|||
---
|
||||
|
||||
<Zorn
|
||||
PlayerName="nameit_whatever_you_want"
|
||||
Title="relaxbeats"
|
||||
Video="https://twitch-backend.sudovanilla.org/proxy/stream/relaxbeats/hls.m3u8"
|
||||
Live
|
||||
|
|
|
@ -15,6 +15,7 @@ import {
|
|||
<meta charset="utf-8">
|
||||
|
||||
<Zorn
|
||||
PlayerName="nameit_whatever_you_want"
|
||||
Title="Islandia"
|
||||
Poster="https://md.sudovanilla.org/images/Islandia%2000%3A00%3A21.png"
|
||||
Video="https://ocean.sudovanilla.org/media/videos/Islandia/Islandia.mp4"
|
||||
|
|
|
@ -6,6 +6,7 @@ import Switcher from '@components/Switcher.astro'
|
|||
---
|
||||
|
||||
<Zorn
|
||||
PlayerName="nameit_whatever_you_want"
|
||||
Poster="https://md.sudovanilla.org/images/wote-p-v.jpeg"
|
||||
Video="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4"
|
||||
Audio="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4"
|
||||
|
|
Loading…
Reference in a new issue