Rename VideoStorage to VideoStore

This commit is contained in:
Shivam
2020-06-11 15:05:28 +02:00
parent 5d49b709b9
commit 2964b457a0
3 changed files with 6 additions and 6 deletions

View File

@ -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)
{