From 04f04ca03a4d9a88ae05f8ca568ea6a7c25bfe72 Mon Sep 17 00:00:00 2001 From: SamidyFR <168582143+SamidyFR@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:53:37 +0000 Subject: [PATCH] style: auto-fix linting issues --- INSTANCES.md | 36 ++++++++++++++++++------------------ README.md | 1 - index.html | 2 +- js/qobuz-api.js | 1 - 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/INSTANCES.md b/INSTANCES.md index 5570ee6..1e92790 100644 --- a/INSTANCES.md +++ b/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 | --- diff --git a/README.md b/README.md index a30fd95..684b282 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.html b/index.html index faa8018..a387dd6 100644 --- a/index.html +++ b/index.html @@ -5912,4 +5912,4 @@ - \ No newline at end of file + diff --git a/js/qobuz-api.js b/js/qobuz-api.js index dd27af1..23e0830 100644 --- a/js/qobuz-api.js +++ b/js/qobuz-api.js @@ -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';