From a8e381b2a51a78fabac9406a68d229ba06c78ea3 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 7 Nov 2024 19:13:59 -0600 Subject: [PATCH] Add more PD day 2025 books --- lib/Constants.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Constants.php b/lib/Constants.php index d07e1b06..f2cfcf3b 100644 --- a/lib/Constants.php +++ b/lib/Constants.php @@ -119,5 +119,7 @@ const PD_DAY_EBOOKS = [ 'mahatma-gandhi/the-story-of-my-experiments-with-truth/mahadev-desai' => ['author' => 'Mahatma Gandhi', 'title' => 'The Story of My Experiments with Truth'], 'arthur-conan-doyle/the-maracot-deep' => ['author' => 'Arthur Conan Doyle', 'title' => 'The Maracot Deep'], 'sinclair-lewis/dodsworth' => ['author' => 'Sinclair Lewis', 'title' => 'Dodsworth'], - 'thomas-wolfe/look-homeward-angel' => ['author' => 'Thomas Wolfe', 'title' => 'Look Homeward, Angel'] + 'thomas-wolfe/look-homeward-angel' => ['author' => 'Thomas Wolfe', 'title' => 'Look Homeward, Angel'], + 'lloyd-c-douglas/magnificent-obsession' => ['author' => 'Lloyd C. Dougals', 'title' => 'Magnificent Obsession'], + 'edith-wharton/hudson-river-bracketed' => ['author' => 'Edith Wharton', 'title' => 'Hudson River Bracketed'] ];