New description
This commit is contained in:
parent
dea43bcb8a
commit
13eb660ac3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ function converter(html, dynamic = true) {
|
||||||
},
|
},
|
||||||
"SELECTED_VIDEO": () => {
|
"SELECTED_VIDEO": () => {
|
||||||
if (api.lanyard && api.lanyard.video) {
|
if (api.lanyard && api.lanyard.video) {
|
||||||
return `<h2><hr/>Random video!</h2><p>I would call it random <em>daily</em> video but its not at all daily...</p>
|
return `<h2><hr/>Predetermined weekly video!</h2><p>I would call it random but I actually select them manually.</p>
|
||||||
<br/>
|
<br/>
|
||||||
<video controls="true" src="${api.lanyard.video.url}"></video>`
|
<video controls="true" src="${api.lanyard.video.url}"></video>`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue