Update DownloadDecryptBook.cs

This commit is contained in:
Mbucari 2022-05-18 12:31:32 -06:00 committed by GitHub
parent 12ddbc308a
commit 19f3a4f266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ namespace FileLiberator
}
// 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));
// decrypt failed