Frontend: proxy checkbox
This commit is contained in:
parent
9071017dbf
commit
312a688c89
2 changed files with 9 additions and 4 deletions
|
@ -15,11 +15,13 @@
|
|||
<div>
|
||||
<select id="site-select">
|
||||
<option value="youtube" selected>YouTube</option>
|
||||
<option value="yt_proxied">YT proxied</option>
|
||||
<option value="soundcloud">SoundCloud</option>
|
||||
<option value="yandex">Yandex Music</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label for="proxy-cb"><input type="checkbox" id="proxy-cb">Proxy</label>
|
||||
</div>
|
||||
<div>
|
||||
<button type="button" id="items-btn">Get playlist items</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue