mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 17:31:27 +00:00
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) {
|
function getSupportedCDN(continent) {
|
||||||
switch (continent) {
|
switch (continent) {
|
||||||
case 'NA':
|
case 'NA':
|
||||||
|
case 'AS':
|
||||||
case 'EU':
|
case 'EU':
|
||||||
return continent;
|
return continent;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue