This commit is contained in:
Michael Bucari-Tovo 2022-05-18 12:35:18 -06:00
commit 95a99a2f0b

View File

@ -72,7 +72,7 @@ namespace FileLiberator
} }
// moves new files from temp dir to final dest. // moves new files from temp dir to final dest.
// This could take a few seconds i moving hundreds of files. // This could take a few seconds if moving hundreds of files.
var movedAudioFile = await Task.Run(() => moveFilesToBooksDir(libraryBook, entries)); var movedAudioFile = await Task.Run(() => moveFilesToBooksDir(libraryBook, entries));
// decrypt failed // decrypt failed