From 9f02e8aed1b59d209c66ca29ba1df843ea9be79e Mon Sep 17 00:00:00 2001 From: Dylan Garrett Date: Wed, 9 Jun 2021 20:48:24 -0700 Subject: Make showing path optional --- templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index a30577e..a31b763 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,6 +29,9 @@ Title Author + {% if show_path %} + Path + {% endif %} Tracks Duration Size @@ -37,6 +40,9 @@ {{ v['title']|escape }} {{ v['author'] }} + {% if show_path %} + {{ v['path']|escape }} + {% endif %} {{ v['files']|length }} {{ v['duration_str'] }} {{ v['size_str'] }} -- cgit v1.2.3-54-g00ecf