mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix incorrect count of beatmaps available to import
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Database
|
|||||||
Importer = importer;
|
Importer = importer;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task<int> GetAvailableCount(StableStorage stableStorage) => Task.Run(() => GetStableImportPaths(stableStorage).Count());
|
public Task<int> GetAvailableCount(StableStorage stableStorage) => Task.Run(() => GetStableImportPaths(PrepareStableStorage(stableStorage)).Count());
|
||||||
|
|
||||||
public Task ImportFromStableAsync(StableStorage stableStorage)
|
public Task ImportFromStableAsync(StableStorage stableStorage)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user