From dd6967e88b131154c9a3911d93cc2adae0d77c4c Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 18 Aug 2021 11:17:59 -0400 Subject: [PATCH] minor NFO change --- AaxDecrypter/NFO.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AaxDecrypter/NFO.cs b/AaxDecrypter/NFO.cs index 64f601fd..5eb0620b 100644 --- a/AaxDecrypter/NFO.cs +++ b/AaxDecrypter/NFO.cs @@ -5,7 +5,7 @@ namespace AaxDecrypter { public static class NFO { - public static string CreateContents(string ripper, AAXClean.Mp4File aaxcTagLib, ChapterInfo chapters) + public static string CreateContents(string ripper, Mp4File aaxcTagLib, ChapterInfo chapters) { var _hours = (int)aaxcTagLib.Duration.TotalHours; var myDuration @@ -30,7 +30,7 @@ namespace AaxDecrypter + "\r\n" + "Media Information\r\n" + "======================\r\n" - + " Source Format: Audible AAX\r\n" + + " Source Format: Audible AAXC\r\n" + $" Source Sample Rate: {aaxcTagLib.TimeScale} Hz\r\n" + $" Source Channels: {aaxcTagLib.AudioChannels}\r\n" + $" Source Bitrate: {aaxcTagLib.AverageBitrate} Kbps\r\n"