From 7113a7bd05c72406fc971fa720b05bb934732c04 Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 25 Mar 2020 12:40:00 +1000 Subject: Add support for keeping trakc of and viewing no. of views per video --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index e756a06..4888cb4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ {{ if $playing.ID }}

{{ $playing.Title }}

-

{{ $playing.Modified }}

+

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

{{ $playing.Description }}

{{ else }} -- cgit v1.2.3