From b1fecc7c9584616f51fba7933b1723b81ef83df4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 10 Jan 2022 16:56:10 -0500 Subject: [PATCH] Show images directly for anime detail pages, so cover images are pulled correctly --- app/views/anime/details.php | 2 +- .../API/Kitsu/Transformer/AnimeListTransformer.php | 4 +++- src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php | 2 +- src/AnimeClient/Controller.php | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/anime/details.php b/app/views/anime/details.php index 7860abf8..5ecdafe1 100644 --- a/app/views/anime/details.php +++ b/app/views/anime/details.php @@ -7,7 +7,7 @@ use function Aviat\AnimeClient\getLocalImg;