style: auto-fix linting issues
This commit is contained in:
parent
4ce3bb42e0
commit
04f04ca03a
4 changed files with 19 additions and 21 deletions
36
INSTANCES.md
36
INSTANCES.md
|
|
@ -21,9 +21,9 @@ The official Monochrome instance maintained by the core team:
|
|||
|
||||
These instances are community instances of Monochrome & its WebUI:
|
||||
|
||||
| Provider | URL | Status |
|
||||
| ------------- | ------------------------------------------- | --------- |
|
||||
| **Squid.WTF** | [mono.squid.wtf](https://mono.squid.wtf) | Community |
|
||||
| Provider | URL | Status |
|
||||
| ------------- | ---------------------------------------- | --------- |
|
||||
| **Squid.WTF** | [mono.squid.wtf](https://mono.squid.wtf) | Community |
|
||||
|
||||
### UI-Only Instances
|
||||
|
||||
|
|
@ -48,21 +48,21 @@ These are available API endpoints that can be used with Monochrome or other Hi-F
|
|||
|
||||
### Official & Community APIs
|
||||
|
||||
| Provider | URL | Notes |
|
||||
| ----------------- | ----------------------------------- | ---------------------------------------------------------- |
|
||||
| **Monochrome** | `https://monochrome-api.samidy.com` | Official API |
|
||||
| | `https://api.monochrome.tf` | Official API |
|
||||
| | `https://arran.monochrome.tf` | Official API |
|
||||
| **squid.wtf** | `https://triton.squid.wtf` | Community hosted |
|
||||
| **Lucida (QQDL)** | `https://wolf.qqdl.site` | Community hosted |
|
||||
| | `https://maus.qqdl.site` | Community hosted |
|
||||
| | `https://vogel.qqdl.site` | Community hosted |
|
||||
| | `https://katze.qqdl.site` | Community hosted |
|
||||
| | `https://hund.qqdl.site` | Community hosted |
|
||||
| **Spotisaver** | `https://hifi-one.spotisaver.net` | Community hosted |
|
||||
| | `https://hifi-two.spotisaver.net` | Community hosted |
|
||||
| **Kinoplus** | `https://tidal.kinoplus.online` | Community hosted |
|
||||
| **Binimum** | `https://tidal-api.binimum.org` | Community hosted |
|
||||
| Provider | URL | Notes |
|
||||
| ----------------- | ----------------------------------- | ---------------- |
|
||||
| **Monochrome** | `https://monochrome-api.samidy.com` | Official API |
|
||||
| | `https://api.monochrome.tf` | Official API |
|
||||
| | `https://arran.monochrome.tf` | Official API |
|
||||
| **squid.wtf** | `https://triton.squid.wtf` | Community hosted |
|
||||
| **Lucida (QQDL)** | `https://wolf.qqdl.site` | Community hosted |
|
||||
| | `https://maus.qqdl.site` | Community hosted |
|
||||
| | `https://vogel.qqdl.site` | Community hosted |
|
||||
| | `https://katze.qqdl.site` | Community hosted |
|
||||
| | `https://hund.qqdl.site` | Community hosted |
|
||||
| **Spotisaver** | `https://hifi-one.spotisaver.net` | Community hosted |
|
||||
| | `https://hifi-two.spotisaver.net` | Community hosted |
|
||||
| **Kinoplus** | `https://tidal.kinoplus.online` | Community hosted |
|
||||
| **Binimum** | `https://tidal-api.binimum.org` | Community hosted |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,6 @@
|
|||
- Artist Biography + Social Links for learning more about your favorite artists
|
||||
- Multiple API instance support with failover
|
||||
|
||||
|
||||
### Power User Features
|
||||
|
||||
- Keyboard shortcuts & Command Palette (CTRL+K) for power users
|
||||
|
|
|
|||
|
|
@ -5912,4 +5912,4 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/pocketbase@0.21.3/dist/pocketbase.umd.js"></script>
|
||||
<script type="module" src="/js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
// js/qobuz-api.js
|
||||
// Qobuz API integration for Monochrome Music
|
||||
|
||||
|
||||
// LMFAOOOO this shit is useless now qobuz killing accounts every time a dude takes their breath
|
||||
|
||||
const QOBUZ_API_BASE = 'https://qobuz.squid.wtf/api';
|
||||
|
|
|
|||
Loading…
Reference in a new issue