diff options
Diffstat (limited to 'app/Libraries/Background.php')
| -rw-r--r-- | app/Libraries/Background.php | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
