forked from Hay1tsme/artemis
fix for chunithm song loading after 600 scores
This commit is contained in:
parent
56ddd3b1cc
commit
1996f3f356
@ -588,7 +588,7 @@ class ChuniBase:
|
|||||||
if len(song_list) >= max_ct:
|
if len(song_list) >= max_ct:
|
||||||
break
|
break
|
||||||
|
|
||||||
if len(song_list) >= next_idx + max_ct:
|
if len(music_detail) >= next_idx + max_ct:
|
||||||
next_idx += max_ct
|
next_idx += max_ct
|
||||||
else:
|
else:
|
||||||
next_idx = -1
|
next_idx = -1
|
||||||
|
Loading…
Reference in New Issue
Block a user