summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";