From f33ee09ceff303cf26ca22f24f837f00d4963b76 Mon Sep 17 00:00:00 2001 From: Dylan Garrett Date: Mon, 7 Jun 2021 23:05:59 -0700 Subject: Put the Author instead of the filename in the index --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index c05ff8e..dc0eddd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,7 +28,7 @@ - + @@ -36,7 +36,7 @@ {% for b, v in books.items() %} - + -- cgit v1.2.3-54-g00ecf
TitlePathAuthor Tracks Duration Size
{{ v['title']|escape }}{{ v['path']|escape }}{{ v['author']|escape }} {{ v['files']|length }} {{ v['duration_str'] }} {{ v['size_str'] }}