diff options
| author | horus | 2024-11-26 14:09:54 +0100 |
|---|---|---|
| committer | horus | 2024-11-26 14:09:54 +0100 |
| commit | 9a1816bc2fd590ad0d8af466ad1c027229207537 (patch) | |
| tree | a2e454eaaca9e51fd504d1d8b8b683b24a1e26cf /app/Libraries | |
| parent | 05e4351d5c100762881982f3c518e2ba8ee3bee3 (diff) | |
| download | senpai-master.tar.gz | |
Diffstat (limited to 'app/Libraries')
| -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 |
