add new supported continent
This commit is contained in:
parent
7218b78746
commit
e8a50da3a9
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ function getStreamUrl(ctx) {
|
|||
function getSupportedCDN(continent) {
|
||||
switch (continent) {
|
||||
case 'NA':
|
||||
case 'AS':
|
||||
case 'EU':
|
||||
return continent;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue