Skip to content

Commit

Permalink
danmaku API debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed May 27, 2024
1 parent 16298e1 commit 18fe934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request/damaku.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DanmakuRequest {
int minAnimeId = 100000;
for (var anime in animes) {
int animeId = anime['animeId'];
if (animeId < minAnimeId && animeId >= 8692) {
if (animeId < minAnimeId && animeId >= 2) {
minAnimeId = animeId;
}
}
Expand Down

0 comments on commit 18fe934

Please sign in to comment.