1
Fork 0

Import newly released charts

This commit is contained in:
prescientmoon 2024-10-04 17:42:17 +02:00
parent 2ac13510f2
commit 238d81f3bd
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
10 changed files with 28 additions and 13 deletions
src/arcaea

View file

@ -158,7 +158,7 @@ impl JacketCache {
bitmap,
});
} else {
for chart_id in song_cache.lookup_song(song_id)?.charts() {
for (_, chart_id) in song_cache.lookup_song(song_id)?.charts() {
let chart = song_cache.lookup_chart_mut(chart_id)?;
if chart.jacket_source.is_none() {
chart.cached_jacket = Some(Jacket {