Replaced another id dependency with cache. Now safe for multi-file audiobooks. Also safe for current session not trying to move files created in a previous session or a parallel session of a different title
This commit is contained in:
parent
c9a6c8fd35
commit
df90094884
13 changed files with 258 additions and 221 deletions
|
|
@ -55,7 +55,7 @@ namespace FileLiberator
|
|||
var mp3Path = Mp3FileName(m4bPath);
|
||||
|
||||
FileExt.SafeMove(mp3File.Name, mp3Path);
|
||||
OnFileCreated(libraryBook.Book.AudibleProductId, FileManager.FileType.Audio, mp3Path);
|
||||
OnFileCreated(libraryBook.Book.AudibleProductId, mp3Path);
|
||||
|
||||
var statusHandler = new StatusHandler();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue