forked from server/soundboard
Revert "Try to fix URLs for WM2018 streams"
This reverts commit 4116f5682ce59ae8fadf2048d93e5df11ab1cfda.
This commit is contained in:
parent
6b2a8c0843
commit
0e05cedc8f
@ -265,8 +265,8 @@ function killAllAudio() {
|
||||
|
||||
function wm2018(channel) {
|
||||
if (channel === "ard") {
|
||||
ajaxRequest("/?video=https://www.ardmediathek.de/tv/live?kanal=208");
|
||||
ajaxRequest("/?video="+encodeURI("https://www.ardmediathek.de/tv/live?kanal=208"));
|
||||
} else if (channel === "zdf") {
|
||||
ajaxRequest("/?video=https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html");
|
||||
ajaxRequest("/?video="+encodeURI("https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html"));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user