fix: sponsorblock api url being a checkbox

This commit is contained in:
Jelle Glebbeek
2021-10-26 23:17:46 +02:00
parent 96321a9ec6
commit 8251413ef2

View File

@@ -412,8 +412,8 @@
</select> </select>
</div> </div>
<div class="mb-1"> <div class="mb-1">
<input class="check-input" type="checkbox" value="" id="sponsorblockApi"> <label class="form-label" for="sponsorblockApi">Sponsorblock API location</label>
<label class="check-label" for="sponsorblockApi">Sponsorblock API location</label> <input class="form-control" type="text" value="" id="sponsorblockApi">
</div> </div>
<hr/> <hr/>
<h3>Advanced</h3> <h3>Advanced</h3>