Add Spotify search type filter for album/track/artist with album-based Lidarr flow
This commit is contained in:
parent
b3a343c3a0
commit
abf9d61d72
4 changed files with 167 additions and 40 deletions
|
|
@ -28,8 +28,13 @@
|
|||
</section>
|
||||
|
||||
<section class="panel search">
|
||||
<h2>Album suchen</h2>
|
||||
<h2>Spotify suchen</h2>
|
||||
<div class="search-row">
|
||||
<select id="searchType">
|
||||
<option value="album">Alben</option>
|
||||
<option value="track">Tracks</option>
|
||||
<option value="artist">Interpreten</option>
|
||||
</select>
|
||||
<input id="query" placeholder="Album oder Artist eingeben" />
|
||||
<button id="searchBtn">Suchen</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue