mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Pass noVideo flag on...
This commit is contained in:
@ -228,7 +228,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
this.beatmaps = beatmaps;
|
this.beatmaps = beatmaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void download(bool video)
|
private void download(bool noVideo)
|
||||||
{
|
{
|
||||||
if (beatmaps.GetExistingDownload(BeatmapSet) != null)
|
if (beatmaps.GetExistingDownload(BeatmapSet) != null)
|
||||||
{
|
{
|
||||||
@ -240,7 +240,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
beatmaps.Download(BeatmapSet);
|
beatmaps.Download(BeatmapSet, noVideo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user