From 353e15792d041049a4cdc1c50a62f0b92781d9bb Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 12 Oct 2014 08:23:35 +0100 Subject: [PATCH] link directly to stream, not m3u --- fe/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fe/templates/index.html b/fe/templates/index.html index 40fbbbe2..e296743c 100644 --- a/fe/templates/index.html +++ b/fe/templates/index.html @@ -24,7 +24,8 @@ {{$domain := .Domain}} {{range .Mounts}} <p> - <a href="http://stream.{{$domain}}{{.Name}}.m3u">{{.Name}}</a> + <a href="http://stream.{{$domain}}{{.Name}}">{{.Name}}</a> + <a href="http://stream.{{$domain}}{{.Name}}.m3u">(m3u)</a> </p> {{end}} </div> -- GitLab