From 4e2339ddd1d95c07e7b54dee8565cd07e9e7dc34 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 9 Feb 2023 10:03:11 +0100 Subject: Improve filtering on read status --- bin/get-books | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/get-books') diff --git a/bin/get-books b/bin/get-books index 0fbbd2f..d3ac0f6 100755 --- a/bin/get-books +++ b/bin/get-books @@ -9,7 +9,7 @@ else exit 1 fi -echo "const books = [" +echo "const bookLibrary = [" for METADATA in $(find "$BOOK_DIR" -name 'metadata.json'); do DIR=$(dirname "$METADATA") -- cgit v1.2.3