add new supported continent

This commit is contained in:
Niko Storni 2020-04-08 19:50:42 +02:00 committed by Sean Yesmunt
parent 7218b78746
commit e8a50da3a9

View file

@ -23,6 +23,7 @@ function getStreamUrl(ctx) {
function getSupportedCDN(continent) {
switch (continent) {
case 'NA':
case 'AS':
case 'EU':
return continent;
default: