style: auto-fix linting issues

This commit is contained in:
SamidyFR 2026-03-10 05:53:37 +00:00 committed by github-actions[bot]
parent 4ce3bb42e0
commit 04f04ca03a
4 changed files with 19 additions and 21 deletions

View file

@ -22,7 +22,7 @@ The official Monochrome instance maintained by the core team:
These instances are community instances of Monochrome & its WebUI: These instances are community instances of Monochrome & its WebUI:
| Provider | URL | Status | | Provider | URL | Status |
| ------------- | ------------------------------------------- | --------- | | ------------- | ---------------------------------------- | --------- |
| **Squid.WTF** | [mono.squid.wtf](https://mono.squid.wtf) | Community | | **Squid.WTF** | [mono.squid.wtf](https://mono.squid.wtf) | Community |
### UI-Only Instances ### UI-Only Instances
@ -49,7 +49,7 @@ These are available API endpoints that can be used with Monochrome or other Hi-F
### Official & Community APIs ### Official & Community APIs
| Provider | URL | Notes | | Provider | URL | Notes |
| ----------------- | ----------------------------------- | ---------------------------------------------------------- | | ----------------- | ----------------------------------- | ---------------- |
| **Monochrome** | `https://monochrome-api.samidy.com` | Official API | | **Monochrome** | `https://monochrome-api.samidy.com` | Official API |
| | `https://api.monochrome.tf` | Official API | | | `https://api.monochrome.tf` | Official API |
| | `https://arran.monochrome.tf` | Official API | | | `https://arran.monochrome.tf` | Official API |

View file

@ -96,7 +96,6 @@
- Artist Biography + Social Links for learning more about your favorite artists - Artist Biography + Social Links for learning more about your favorite artists
- Multiple API instance support with failover - Multiple API instance support with failover
### Power User Features ### Power User Features
- Keyboard shortcuts & Command Palette (CTRL+K) for power users - Keyboard shortcuts & Command Palette (CTRL+K) for power users

View file

@ -1,7 +1,6 @@
// js/qobuz-api.js // js/qobuz-api.js
// Qobuz API integration for Monochrome Music // Qobuz API integration for Monochrome Music
// LMFAOOOO this shit is useless now qobuz killing accounts every time a dude takes their breath // 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'; const QOBUZ_API_BASE = 'https://qobuz.squid.wtf/api';