X-Git-Url: https://code.octet-stream.net/broadcaster/blobdiff_plain/25d02cf0c3462805176f4193d675c4904221dca1..663402db4f86abd99a6a9aea464638eb1f88790e:/server/templates/playlists.html
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