update api instances
This commit is contained in:
parent
4549cc6d9a
commit
2f7a88e977
2 changed files with 6 additions and 2 deletions
|
|
@ -53,7 +53,10 @@ export const apiSettings = {
|
|||
} catch (error) {
|
||||
console.error('Failed to load instances from GitHub:', error);
|
||||
this.defaultInstances = {
|
||||
api: ["https://monochrome-api.samidy.com"],
|
||||
api: [
|
||||
"https://tidal-api.binimum.org",
|
||||
"https://monochrome-api.samidy.com"
|
||||
],
|
||||
streaming: [
|
||||
"https://triton.squid.wtf",
|
||||
"https://wolf.qqdl.site",
|
||||
|
|
@ -63,7 +66,7 @@ export const apiSettings = {
|
|||
"https://hund.qqdl.site",
|
||||
"https://tidal.kinoplus.online",
|
||||
"https://tidal-api.binimum.org"
|
||||
]
|
||||
]
|
||||
};
|
||||
this.instancesLoaded = true;
|
||||
return this.defaultInstances;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"api": [
|
||||
"https://tidal-api.binimum.org",
|
||||
"https://monochrome-api.samidy.com"
|
||||
],
|
||||
"streaming": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue