diff --git a/app/services/discourse_rewind/rewind/action/reading_time.rb b/app/services/discourse_rewind/rewind/action/reading_time.rb index 777e76e..b203d07 100644 --- a/app/services/discourse_rewind/rewind/action/reading_time.rb +++ b/app/services/discourse_rewind/rewind/action/reading_time.rb @@ -106,7 +106,7 @@ module DiscourseRewind reading_time: 180_000, isbn: "978-1853268953", }, - "Game of Thrones books" => { + "Game of Thrones Series" => { reading_time: 360_000, isbn: "978-0007477159", }, @@ -120,7 +120,7 @@ module DiscourseRewind }, "The Wandering Inn web series" => { reading_time: 2_160_000, - isbn: "thewanderinginn.com", + isbn: "the-wandering-inn", }, "Combined Cosmere works + Wheel of Time" => { reading_time: 2_880_000, diff --git a/public/images/books/978-0007477159.jpg b/public/images/books/978-0007477159.jpg new file mode 100644 index 0000000..7a70f7e Binary files /dev/null and b/public/images/books/978-0007477159.jpg differ diff --git a/public/images/books/978-0765348821.jpg b/public/images/books/978-0765348821.jpg new file mode 100644 index 0000000..29d2699 Binary files /dev/null and b/public/images/books/978-0765348821.jpg differ diff --git a/public/images/books/978-0812511819.jpg b/public/images/books/978-0812511819.jpg new file mode 100644 index 0000000..158b6d2 Binary files /dev/null and b/public/images/books/978-0812511819.jpg differ diff --git a/public/images/books/978-1852860691.jpg b/public/images/books/978-1852860691.jpg new file mode 100644 index 0000000..ec84afb Binary files /dev/null and b/public/images/books/978-1852860691.jpg differ diff --git a/public/images/books/978-1853268953.jpg b/public/images/books/978-1853268953.jpg new file mode 100644 index 0000000..98d3be7 Binary files /dev/null and b/public/images/books/978-1853268953.jpg differ diff --git a/public/images/books/978-9123684458.jpg b/public/images/books/978-9123684458.jpg new file mode 100644 index 0000000..86da5cb Binary files /dev/null and b/public/images/books/978-9123684458.jpg differ diff --git a/public/images/books/the-wandering-inn.jpg b/public/images/books/the-wandering-inn.jpg new file mode 100644 index 0000000..b3fdf43 Binary files /dev/null and b/public/images/books/the-wandering-inn.jpg differ