fix template
All checks were successful
/ release (push) Successful in 29s

This commit is contained in:
speatzle 2024-10-08 16:46:51 +02:00
parent 011f97a3e6
commit 6927e31a62
2 changed files with 20 additions and 12 deletions

View file

@ -6,18 +6,6 @@
<label>Full:</label><br />
<input type="checkbox" name="full"><br />
<input value="Scan" type="submit">
<label for="health_command">Health Command:</label>
<select id="health_command" name="health_command">
{{range $l := .FfmpegCommands}}
<option value="{{$l.ID}}">{{$l.Name}}</option>
{{end}}
</select>
<label for="transcode_command">Transcode Command:</label>
<select id="transcode_command" name="transcode_command">
{{range $l := .FfmpegCommands}}
<option value="{{$l.ID}}">{{$l.Name}}</option>
{{end}}
</select>
</form>
<div class="file-list">
<table>