From d21c06c4651e2ac6eebca25d94ff2855618a94d8 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 28 Mar 2020 15:59:16 +1000 Subject: Add backend support for serving lower quality videos (if available) --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index aea20cb..5d8cd18 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,7 +2,9 @@ {{ $playing := .Playing }}
{{ if $playing.ID }} - +

{{ $playing.Title }}

{{ $playing.Views }} views • {{ $playing.Modified }}
{{ $playing.Size | bytes }}

{{ $playing.Description }}

-- cgit v1.2.3