CLI: error when scan has new book with pdf attachment:
This commit is contained in:
parent
40520b89d1
commit
5f8c672361
4 changed files with 30 additions and 8 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue