diff --git a/webui/index.html b/webui/index.html index 65b3108e..150ff1a1 100644 --- a/webui/index.html +++ b/webui/index.html @@ -1007,17 +1007,17 @@ Spotify Link - + diff --git a/webui/static/helper.js b/webui/static/helper.js index 8c326a23..612db53c 100644 --- a/webui/static/helper.js +++ b/webui/static/helper.js @@ -3538,7 +3538,7 @@ const VERSION_MODAL_SECTIONS = [ title: "Qobuz Playlist Sync", description: "Qobuz joins Tidal and Deezer as a first-class playlist sync source on the Sync page. Browse your Qobuz playlists and Favorite Tracks, run them through the same discovery flow as Tidal, sync the resulting Spotify-matched tracks, and queue downloads — same multi-step pipeline you already know.", features: [ - "new Qobuz tab on the Sync page, listed between Deezer and Deezer Link", + "new Qobuz tab on the Sync page, grouped with Tidal alongside the other lossless services", "lists your Qobuz user playlists plus a Favorite Tracks entry (same virtual-playlist treatment Tidal gets)", "click any card to fire discovery (Spotify-preferred, your primary metadata fallback otherwise), then sync or download just like Tidal / Deezer playlists", "uses the Qobuz auth token you already configured for downloads — no extra connection step", diff --git a/webui/static/style.css b/webui/static/style.css index 02169e75..73c3aa7b 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -13264,6 +13264,10 @@ body.helper-mode-active #dashboard-activity-feed:hover { background-image: url('data:image/svg+xml;charset=utf-8,'); } +.itunes-icon { + background-image: url('data:image/svg+xml;charset=utf-8,'); +} + /* Active tab icons - make them white for better contrast */ .sync-tab-button.active .spotify-icon { background-image: url('data:image/svg+xml;charset=utf-8,');