Add playlist-generation

This commit is contained in:
2021-09-14 22:51:36 +02:00
parent 6e15d9835c
commit 584ffffe83
10 changed files with 192 additions and 23 deletions

View File

@@ -1,8 +1,10 @@
<DOCTYPE html>
<html>
<html>
<ol>
{{ range .Streams }}
<li>{{ .URL }}</li>
{{ end }}
{{ range .Streams }}
<li>
<a href="{{ .Path }}">{{ .Name }}</a>
</li>
{{ end }}
</ol>
</html>