diff --git a/Source/FileLiberator/DownloadDecryptBook.cs b/Source/FileLiberator/DownloadDecryptBook.cs index cd143a7a..de4d35d1 100644 --- a/Source/FileLiberator/DownloadDecryptBook.cs +++ b/Source/FileLiberator/DownloadDecryptBook.cs @@ -133,7 +133,7 @@ namespace FileLiberator else { AaxcDownloadConvertBase converter - = dlOptions.Config.SplitFilesByChapter ? + = dlOptions.Config.SplitFilesByChapter && dlOptions.ChapterInfo.Count > 1 ? new AaxcDownloadMultiConverter(outpoutDir, cacheDir, dlOptions) : new AaxcDownloadSingleConverter(outpoutDir, cacheDir, dlOptions);