From 53d0a0f9f553590e530f5bd462e1d1394f5b9d9b Mon Sep 17 00:00:00 2001 From: jojovavasasa <106984298+jojovavasasa@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:13:55 +0200 Subject: [PATCH] Update 'No custom playlists' message to include Spotify --- src/web/frontend/src/components/Settings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/frontend/src/components/Settings.jsx b/src/web/frontend/src/components/Settings.jsx index da645a4..97c6951 100644 --- a/src/web/frontend/src/components/Settings.jsx +++ b/src/web/frontend/src/components/Settings.jsx @@ -150,7 +150,7 @@ function CustomPlaylistsSection({ {customPlaylists.length === 0 ? (
- No custom playlists yet. Import one from ListenBrainz or Apple Music. + No custom playlists yet. Import one from ListenBrainz, Apple Music or Spotify.
) : (