From 9a1816bc2fd590ad0d8af466ad1c027229207537 Mon Sep 17 00:00:00 2001 From: horus Date: Tue, 26 Nov 2024 14:09:54 +0100 Subject: deleted anime --- app/Libraries/Background.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/Libraries') diff --git a/app/Libraries/Background.php b/app/Libraries/Background.php index 8cd8f07..7973f99 100644 --- a/app/Libraries/Background.php +++ b/app/Libraries/Background.php @@ -415,6 +415,11 @@ class Background { } $count = 0; foreach( $anime as $entry ) { + + if ( 54591 == $entry->mal_id ) { + continue; + } + $count++; $fill = new Anime; $fill->fillStats( $entry->mal_id, $skip_if_unpopular=false ); # check every anime we have, even with less than 10k members -- cgit v1.2.3