Pad final chapter to prevent tuncation from incorrect chapter info (#1246)

This commit is contained in:
MBucari 2025-05-07 23:17:39 -06:00
parent 28ba62aead
commit b11a4887d7
3 changed files with 40 additions and 14 deletions

View file

@ -8,7 +8,7 @@ namespace AaxDecrypter
{
public event EventHandler<AppleTags> RetrievedMetadata;
protected Mp4File AaxFile { get; private set; }
public Mp4File AaxFile { get; private set; }
protected Mp4Operation AaxConversion { get; set; }
protected AaxcDownloadConvertBase(string outFileName, string cacheDirectory, IDownloadOptions dlOptions)