mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
update storage usages
This commit is contained in:
parent
1ed6b23306
commit
123f304cf1
@ -329,7 +329,7 @@ namespace osu.Game.Beatmaps
|
||||
return;
|
||||
}
|
||||
|
||||
await Task.Factory.StartNew(() => Import(stable.GetDirectories("Songs")), TaskCreationOptions.LongRunning);
|
||||
await Task.Factory.StartNew(() => Import(stable.GetDirectories("Songs").Select(stable.GetUsablePathFor).ToArray()), TaskCreationOptions.LongRunning);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user