Fix Stupid

This commit is contained in:
Mbucari 2023-06-14 11:35:11 -06:00
parent 697f797509
commit 7a9c6720c7
2 changed files with 8 additions and 17 deletions

View file

@ -94,7 +94,6 @@ namespace FileLiberator
//Only fail if the downloaded audio files failed to move to Books directory
if (moveFilesTask.IsFaulted)
{
return new StatusHandler { "Failed to move decrypted files to Books directory" };
throw;
}
}