From 803a0b7ccf7f99aa0f231d7cb6c4164e9f29a63e Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Thu, 23 Sep 2021 18:14:29 -0600 Subject: [PATCH] Comment typo. --- FileLiberator/DownloadDecryptBook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileLiberator/DownloadDecryptBook.cs b/FileLiberator/DownloadDecryptBook.cs index 16288d1b..f832c8a8 100644 --- a/FileLiberator/DownloadDecryptBook.cs +++ b/FileLiberator/DownloadDecryptBook.cs @@ -96,7 +96,7 @@ namespace FileLiberator ); //I assume if ContentFormat == "MPEG" that the delivered file is an unencrypted mp3. - //I also assume that if DrmType == Adrm, the file will be an mp3. + //I also assume that if DrmType != Adrm, the file will be an mp3. //These assumptions may be wrong, and only time and bug reports will tell. var outputFormat = contentLic.ContentMetadata.ContentReference.ContentFormat == "MPEG" ||