Add video ID to title

This commit is contained in:
Carl Pearson
2024-09-07 06:17:31 -06:00
parent 3fb3ab496f
commit bfded75196

View File

@@ -35,7 +35,7 @@
</tr>
{{range .videos}}
<tr>
<td>{{.Title}}</td>
<td>{{.ID}} {{.Title}}</td>
<td>{{.URL}}</td>
<td>{{.Length}}</td>
<td>{{.Status}}</td>