From 13c74f15064b8b69a429eb285e5be28bc6852123 Mon Sep 17 00:00:00 2001 From: GMatrixGames Date: Tue, 11 Jul 2023 11:00:44 -0400 Subject: [PATCH] AT9, forgot about this when recommiting --- FModel/ViewModels/AudioPlayerViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FModel/ViewModels/AudioPlayerViewModel.cs b/FModel/ViewModels/AudioPlayerViewModel.cs index 87418e1c..4aedde73 100644 --- a/FModel/ViewModels/AudioPlayerViewModel.cs +++ b/FModel/ViewModels/AudioPlayerViewModel.cs @@ -551,6 +551,7 @@ public class AudioPlayerViewModel : ViewModel, ISource, IDisposable case "adpcm": case "opus": case "wem": + case "at9": { if (TryConvert(out var wavFilePath) && !string.IsNullOrEmpty(wavFilePath)) {