Comment typo.

This commit is contained in:
Michael Bucari-Tovo 2021-09-23 18:14:29 -06:00
parent d9f3fa825c
commit 803a0b7ccf

View File

@ -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" ||