AT9, forgot about this when recommiting

This commit is contained in:
GMatrixGames 2023-07-11 11:00:44 -04:00
parent e92a66ac63
commit 13c74f1506
No known key found for this signature in database
GPG Key ID: 685EB7EF9A26807C

View File

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