mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add back transaction support for beatmap importing
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.IO
|
||||
|
||||
public readonly ResourceStore<byte[]> Store;
|
||||
|
||||
public FileStore(OsuDbContext context, Storage storage) : base(context, storage)
|
||||
public FileStore(Func<OsuDbContext> contextSource, Storage storage) : base(contextSource, storage)
|
||||
{
|
||||
Store = new NamespacedResourceStore<byte[]>(new StorageBackedResourceStore(storage), prefix);
|
||||
}
|
||||
|
Reference in New Issue
Block a user