Rename InternalUtilities to AudibleUtilities
This commit is contained in:
parent
ab44823c05
commit
87e3075fb3
36 changed files with 56 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue