update to 21

This commit is contained in:
marsteralex 2022-09-16 00:44:29 +02:00
parent bf8ac2f21e
commit 475c3c0909

View File

@ -142,7 +142,7 @@ function createNewArtistMap() {
samples[key] = value
newTotal += value.length
i++
if (i >= k + extra * 2) {
if (i >= k + extra * extra) {
break
}
}