mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-12 02:50:21 -04:00
(hopefully) complete minimum viable product with stateful is-liberated status
This commit is contained in:
@@ -274,10 +274,7 @@ namespace LibationLauncher
|
||||
book.UserDefinedItem.PdfStatus = LiberatedStatus.Liberated;
|
||||
|
||||
if (fileType == FileType.Audio)
|
||||
{
|
||||
book.UserDefinedItem.BookStatus = LiberatedStatus.Liberated;
|
||||
book.UserDefinedItem.BookLocation = path;
|
||||
}
|
||||
}
|
||||
|
||||
context.SaveChanges();
|
||||
|
||||
Reference in New Issue
Block a user