summaryrefslogtreecommitdiff
path: root/app/AnimeStats.php
diff options
context:
space:
mode:
authorhorus2026-03-08 22:54:02 +0100
committerhorus2026-03-08 22:54:02 +0100
commit80b2a6c934705bbeb5932c75f4940b7b6cef8ed1 (patch)
tree4c96cad297eab19f4dab4388e39b8c73de523787 /app/AnimeStats.php
parent9a1816bc2fd590ad0d8af466ad1c027229207537 (diff)
downloadsenpai-master.tar.gz
Diffstat (limited to 'app/AnimeStats.php')
-rw-r--r--app/AnimeStats.php4
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";