X-Git-Url: https://code.octet-stream.net/broadcaster/blobdiff_plain/25d02cf0c3462805176f4193d675c4904221dca1..92da3eadf29c9e90cd67fd15dba3b8487ce4a918:/server/templates/playlists.html?ds=inline
diff --git a/server/templates/playlists.html b/server/templates/playlists.html
index e6b6a5a..ceb1ad7 100644
--- a/server/templates/playlists.html
+++ b/server/templates/playlists.html
@@ -1,9 +1,9 @@
Playlist Management
-
- Name | Enabled? | Start Time | |
+
+ Name | Start Time | Enabled? | |
{{range .Playlists}}
- {{.Name}} | {{if .Enabled}}â
{{else}}â{{end}} | {{.StartTime}} | (Edit) |
+ {{.Name}} | {{.StartTime}} | {{if .Enabled}}â
{{else}}â{{end}} | (Edit) |
{{end}}
Add New Playlist