CLI: error when scan has new book with pdf attachment:

This commit is contained in:
Robert McRackan 2021-10-06 15:35:19 -04:00
parent 40520b89d1
commit 5f8c672361
4 changed files with 30 additions and 8 deletions

View file

@ -17,7 +17,7 @@ namespace FileLiberator
private Mp4File m4bBook;
private long fileSize;
private string Mp3FileName(string m4bPath) => m4bPath is null ? string.Empty : PathLib.ReplaceExtension(m4bPath, ".mp3");
private static string Mp3FileName(string m4bPath) => m4bPath is null ? string.Empty : PathLib.ReplaceExtension(m4bPath, ".mp3");
public override void Cancel() => m4bBook?.Cancel();