diff --git a/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs b/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs index 737c4c4697..325181598d 100644 --- a/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs +++ b/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs @@ -17,8 +17,9 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons public class DownloadButton : BeatmapCardIconButton { private readonly APIBeatmapSet beatmapSet; + private readonly Bindable downloadState = new Bindable(); + private Bindable preferNoVideo = null!; - private Bindable downloadState = new Bindable(); [Resolved] private BeatmapManager beatmaps { get; set; } = null!;