Merge branch 'main' of github.com:SamidyFR/monochrome
This commit is contained in:
commit
3162679411
6 changed files with 23 additions and 10 deletions
|
|
@ -740,7 +740,10 @@
|
|||
</svg>
|
||||
<span id="select-local-folder-text">Select Music Folder</span>
|
||||
</button>
|
||||
<p id="local-browser-warning" style="display: none; color: #ef4444; margin-top: 10px; font-size: 0.9rem;">
|
||||
<p
|
||||
id="local-browser-warning"
|
||||
style="display: none; color: #ef4444; margin-top: 10px; font-size: 0.9rem"
|
||||
>
|
||||
Please use Google Chrome or Microsoft Edge to play local files.
|
||||
</p>
|
||||
<p style="margin-top: 10px; font-size: 0.9rem; color: var(--muted-foreground)">
|
||||
|
|
|
|||
|
|
@ -53,7 +53,12 @@ export const apiSettings = {
|
|||
} catch (error) {
|
||||
console.error('Failed to load instances from GitHub:', error);
|
||||
this.defaultInstances = {
|
||||
api: ['https://triton.squid.wtf', 'https://wolf.qqdl.site', "https://tidal-api.binimum.org", "https://monochrome-api.samidy.com"],
|
||||
api: [
|
||||
'https://triton.squid.wtf',
|
||||
'https://wolf.qqdl.site',
|
||||
'https://tidal-api.binimum.org',
|
||||
'https://monochrome-api.samidy.com',
|
||||
],
|
||||
streaming: [
|
||||
'https://triton.squid.wtf',
|
||||
'https://wolf.qqdl.site',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"api": ["https://tidal-api.binimum.org", "https://monochrome-api.samidy.com", "https://triton.squid.wtf", "https://wolf.qqdl.site"],
|
||||
"api": [
|
||||
"https://tidal-api.binimum.org",
|
||||
"https://monochrome-api.samidy.com",
|
||||
"https://triton.squid.wtf",
|
||||
"https://wolf.qqdl.site"
|
||||
],
|
||||
"streaming": [
|
||||
"https://triton.squid.wtf",
|
||||
"https://wolf.qqdl.site",
|
||||
|
|
|
|||
Loading…
Reference in a new issue