1
0
Fork 0

fix for chunithm song loading after 600 scores

This commit is contained in:
Midorica 2023-10-07 12:11:24 -04:00
parent 56ddd3b1cc
commit 1996f3f356
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ class ChuniBase:
if len(song_list) >= max_ct:
break
if len(song_list) >= next_idx + max_ct:
if len(music_detail) >= next_idx + max_ct:
next_idx += max_ct
else:
next_idx = -1