Changed default output type to Mp4a.

This commit is contained in:
Michael Bucari-Tovo 2021-07-14 23:58:52 -06:00
parent 49f2112c42
commit f986462809

View File

@ -175,7 +175,7 @@ namespace AaxDecrypter
public bool Step3_DownloadAndCombine() public bool Step3_DownloadAndCombine()
{ {
OutputFormat format = OutputFormat.Mp3; OutputFormat format = OutputFormat.Mp4a;
DecryptProgressUpdate?.Invoke(this, int.MaxValue); DecryptProgressUpdate?.Invoke(this, int.MaxValue);