mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename VideoStorage to VideoStore
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Tournament.Components
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TournamentStorage storage)
|
||||
{
|
||||
var stream = storage.VideoStorage.GetStream($@"{filename}");
|
||||
var stream = storage.VideoStore.GetStream($@"{filename}");
|
||||
|
||||
if (stream != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user