Import newly released charts
This commit is contained in:
parent
2ac13510f2
commit
238d81f3bd
10 changed files with 28 additions and 13 deletions
src/arcaea
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue