From b6e4ea17a3a6dce208c30418a7a3a898b83d6938 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 24 Feb 2020 02:18:22 +0100 Subject: Stalled... --- app/Anime.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/Anime.php') diff --git a/app/Anime.php b/app/Anime.php index 1e8fb95..e19e214 100644 --- a/app/Anime.php +++ b/app/Anime.php @@ -1,4 +1,7 @@ id = $id; + $this->mal_id = $id; if ( $parse_info ) { $jikan = new Malclient; $this->animeInfo = $jikan->getAnime( - (new \Jikan\Request\Anime\AnimeRequest( $this->id )) + (new \Jikan\Request\Anime\AnimeRequest( $this->mal_id )) ); $this->url = $this->animeInfo->GetUrl(); -- cgit v1.2.3