Rename InternalUtilities to AudibleUtilities

This commit is contained in:
Robert McRackan 2021-10-19 10:22:42 -04:00
parent ab44823c05
commit 87e3075fb3
36 changed files with 56 additions and 59 deletions

View file

@ -59,7 +59,6 @@ namespace FileLiberator
FilePathCache.Removed -= FilePathCache_Removed;
}
// decrypt failed
if (!success)
return new StatusHandler { "Decrypt failed" };
@ -134,7 +133,6 @@ namespace FileLiberator
// REAL WORK DONE HERE
var success = await Task.Run(abDownloader.Run);
return success;
}
finally