diff options
| author | horus | 2026-03-08 22:54:02 +0100 |
|---|---|---|
| committer | horus | 2026-03-08 22:54:02 +0100 |
| commit | 80b2a6c934705bbeb5932c75f4940b7b6cef8ed1 (patch) | |
| tree | 4c96cad297eab19f4dab4388e39b8c73de523787 /app/AnimeStats.php | |
| parent | 9a1816bc2fd590ad0d8af466ad1c027229207537 (diff) | |
| download | senpai-master.tar.gz | |
Diffstat (limited to 'app/AnimeStats.php')
| -rw-r--r-- | app/AnimeStats.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/AnimeStats.php b/app/AnimeStats.php index e586280..740bf59 100644 --- a/app/AnimeStats.php +++ b/app/AnimeStats.php @@ -79,7 +79,7 @@ class AnimeStats extends Model { public function fillStats( $id, $season_year = 0, $season_name = "" ) { $this->mal_id = $id; - if ( 54591 == $this->mal_id ) { + if ( 54591 == $this->mal_id || 62067 == $this->mal_id ) { return true; } @@ -104,7 +104,7 @@ class AnimeStats extends Model { ); } catch (\Exception $e) { // Anime 54591 got deleted on MAL - if ( 54591 != $this->mal_id ) { + if ( 54591 != $this->mal_id && 62067 != $this->mal_id ) { echo "Error requesting AnimeInfo for " . $this->mal_id ."\n"; echo "Message: " . $e->getMessage(); echo "\n\n"; |
