From 7aa3570b3310db4b747ed9fa66ac575714df1cd9 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Tue, 14 Oct 2025 16:55:46 +0300 Subject: [PATCH] Fix internal representation of track AttentionPls Members of track group were never intended to be Selectable. --- MuzikaGromche/Plugin.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index fb0dde4..9ca3259 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -646,12 +646,11 @@ namespace MuzikaGromche IsExplicit = true, Tracks = [ - new SelectableAudioTrack + new CoreAudioTrack { Name = "AttentionPls1", FileNameLoop = "AttentionPlsLoop.ogg", AudioType = AudioType.OGGVORBIS, - Language = Language.RUSSIAN, WindUpTimer = 39.19f, Bars = 8, BeatsOffset = 0.3f, @@ -667,12 +666,11 @@ namespace MuzikaGromche DrunknessLoopOffsetTimeSeries = new([7f, 12f, 15f], [0f, 0.90f, 0f]), CondensationLoopOffsetTimeSeries = new([23f, 28f, 31f], [0f, 0.4f, 0f]), }, - new SelectableAudioTrack + new CoreAudioTrack { Name = "AttentionPls2", FileNameLoop = "AttentionPlsLoop.ogg", AudioType = AudioType.OGGVORBIS, - Language = Language.RUSSIAN, WindUpTimer = 39.19f, Bars = 8, BeatsOffset = 0.3f,