From 8fe07a002401e84767341d57ed93f2362ae621af Mon Sep 17 00:00:00 2001 From: DarkSir23 Date: Wed, 1 Nov 2017 14:57:33 -0400 Subject: [PATCH] OPDS Comics and Issues --- data/interfaces/default/opds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/opds.html b/data/interfaces/default/opds.html index 6c5d2459..2b16369e 100644 --- a/data/interfaces/default/opds.html +++ b/data/interfaces/default/opds.html @@ -22,7 +22,7 @@ ${entry['title']} ${entry['id']} - %if entry['author']: + %if 'author' in entry and entry['author']: ${entry['author']}