lol
This commit is contained in:
parent
b3b7836cc5
commit
790a3b7f94
2 changed files with 2 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//storage.js
|
||||
export const apiSettings = {
|
||||
STORAGE_KEY: 'monochrome-api-instances-v7',
|
||||
STORAGE_KEY: 'monochrome-api-instances-v8',
|
||||
INSTANCES_URL: 'instances.json',
|
||||
defaultInstances: { api: [], streaming: [] },
|
||||
instancesLoaded: false,
|
||||
|
|
@ -59,8 +59,6 @@ export const apiSettings = {
|
|||
'https://triton.squid.wtf',
|
||||
'https://wolf.qqdl.site',
|
||||
'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',
|
||||
|
|
@ -74,9 +72,6 @@ export const apiSettings = {
|
|||
'https://vogel.qqdl.site',
|
||||
'https://katze.qqdl.site',
|
||||
'https://hund.qqdl.site',
|
||||
'https://tidal.kinoplus.online',
|
||||
'https://hifi-one.spotisaver.net',
|
||||
'https://hifi-two.spotisaver.net',
|
||||
],
|
||||
};
|
||||
this.instancesLoaded = true;
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
"https://monochrome-api.samidy.com",
|
||||
"https://triton.squid.wtf",
|
||||
"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",
|
||||
|
|
@ -22,9 +20,6 @@
|
|||
"https://maus.qqdl.site",
|
||||
"https://vogel.qqdl.site",
|
||||
"https://katze.qqdl.site",
|
||||
"https://hund.qqdl.site",
|
||||
"https://tidal.kinoplus.online",
|
||||
"https://hifi-one.spotisaver.net",
|
||||
"https://hifi-two.spotisaver.net"
|
||||
"https://hund.qqdl.site"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue