Add Spotify search type filter for album/track/artist with album-based Lidarr flow

This commit is contained in:
J0Z1L 2026-02-28 00:07:18 +01:00
parent b3a343c3a0
commit abf9d61d72
4 changed files with 167 additions and 40 deletions

View file

@ -66,6 +66,7 @@ body {
}
input,
select,
button {
border: 1px solid var(--border);
border-radius: 10px;
@ -80,6 +81,12 @@ input {
flex: 1;
}
select {
background: #0b1220;
color: var(--text);
min-width: 140px;
}
button {
background: linear-gradient(120deg, var(--accent), var(--accent-2));
color: #001018;