From 89d7d71cc5b443dc392ca9aa4368362467a7d70a Mon Sep 17 00:00:00 2001 From: James Mills Date: Fri, 27 Mar 2020 18:16:23 +1000 Subject: Display video size --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 32ed16b..eeec78d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {{ if $playing.ID }}

{{ $playing.Title }}

-

{{ $playing.Views }} views • {{ $playing.Modified }}

+

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

{{ $playing.Description }}

{{ else }} @@ -26,7 +26,7 @@

{{ $m.Title }}

-

{{ $m.Views }} views • {{ $m.Modified }}

+

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

{{ end }} -- cgit v1.2.3