(hopefully) complete minimum viable product with stateful is-liberated status
This commit is contained in:
parent
aa56bb74a1
commit
c9727f84ab
15 changed files with 432 additions and 54 deletions
|
|
@ -53,7 +53,7 @@ namespace FileLiberator
|
|||
return new StatusHandler { "Cannot find final audio file after decryption" };
|
||||
|
||||
// only need to update if success. if failure, it will remain at 0 == NotLiberated
|
||||
ApplicationServices.LibraryCommands.UpdateBook(libraryBook, LiberatedStatus.Liberated, outputAudioFilename);
|
||||
ApplicationServices.LibraryCommands.UpdateBook(libraryBook, LiberatedStatus.Liberated);
|
||||
|
||||
return new StatusHandler();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue