fix(API): add more 'API' API instances to help prevent search & album hanging
This commit is contained in:
parent
b62889a84f
commit
5c0a10d66e
2 changed files with 15 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//storage.js
|
||||
export const apiSettings = {
|
||||
STORAGE_KEY: 'monochrome-api-instances-v4',
|
||||
STORAGE_KEY: 'monochrome-api-instances-v5',
|
||||
INSTANCES_URL: 'instances.json',
|
||||
SPEED_TEST_CACHE_KEY: 'monochrome-instance-speeds',
|
||||
SPEED_TEST_CACHE_DURATION: 1000 * 60 * 60,
|
||||
|
|
@ -59,6 +59,12 @@ export const apiSettings = {
|
|||
'https://wolf.qqdl.site',
|
||||
'https://tidal-api.binimum.org',
|
||||
'https://monochrome-api.samidy.com',
|
||||
'https://hifi-one.spotisaver.net',
|
||||
'https://hifi-two.spotisaver.net',
|
||||
'https://maus.qqdl.site',
|
||||
'https://tidal.kinoplus.online',
|
||||
'https://hund.qqdl.site',
|
||||
'https://vogel.qqdl.site',
|
||||
],
|
||||
streaming: [
|
||||
'https://api.monochrome.tf/',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,13 @@
|
|||
"https://tidal-api.binimum.org",
|
||||
"https://monochrome-api.samidy.com",
|
||||
"https://triton.squid.wtf",
|
||||
"https://wolf.qqdl.site"
|
||||
"https://wolf.qqdl.site",
|
||||
"https://hifi-one.spotisaver.net",
|
||||
"https://hifi-two.spotisaver.net",
|
||||
"https://maus.qqdl.site",
|
||||
"https://vogel.qqdl.site",
|
||||
"https://hund.qqdl.site",
|
||||
"https://tidal.kinoplus.online"
|
||||
],
|
||||
"streaming": [
|
||||
"https://api.monochrome.tf/",
|
||||
|
|
@ -19,4 +25,4 @@
|
|||
"https://hifi-one.spotisaver.net",
|
||||
"https://hifi-two.spotisaver.net"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue