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 samples[key] = value
newTotal += value.length newTotal += value.length
i++ i++
if (i >= k + extra * 2) { if (i >= k + extra * extra) {
break break
} }
} }