Use strict album-title-artist existence matching and add exists/missing result filter
This commit is contained in:
parent
a42e5e2542
commit
b021df31b4
3 changed files with 114 additions and 11 deletions
|
|
@ -55,6 +55,11 @@
|
|||
<option value="track">Tracks</option>
|
||||
<option value="artist">Interpreten</option>
|
||||
</select>
|
||||
<select id="existsFilter">
|
||||
<option value="all">Alle</option>
|
||||
<option value="exists">Nur vorhanden</option>
|
||||
<option value="missing">Nur nicht vorhanden</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