From e4849a8caac88bdbfb883c8e0b071fb0d5a6d898 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 10 Jun 2020 17:40:05 -0700 Subject: rm path from index table, table format --- templates/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 5221783..ebd8bfa 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,12 +6,11 @@ -
+

Audiobooks

- +
- @@ -19,7 +18,6 @@ {% for b, v in books.items() %} - -- cgit v1.2.3-54-g00ecf
TitlePath Tracks Duration Size
{{ v['title']|escape }}{{ v['path']|escape }} {{ v['files']|length }} {{ v['duration_str'] }} {{ v['size_str'] }}