From 6e9f1ca8ab34914bcc2327e7d4fab99e6ff6e73c Mon Sep 17 00:00:00 2001 From: davy Date: Fri, 28 Jun 2019 17:51:38 -0500 Subject: handle empty playlist --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 60b20bb..a63d4e9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,10 +11,14 @@
+ {{ if $playing.ID }}

{{ $playing.Title }}

{{ $playing.Modified }}

{{ $playing.Description }}

+ {{ else }} + + {{ end }}