diff --git a/Source/LibationWinForms/AvaloniaUI/ViewModels/LibraryBookEntry.cs b/Source/LibationWinForms/AvaloniaUI/ViewModels/LibraryBookEntry.cs index 445a356b..ac8140d1 100644 --- a/Source/LibationWinForms/AvaloniaUI/ViewModels/LibraryBookEntry.cs +++ b/Source/LibationWinForms/AvaloniaUI/ViewModels/LibraryBookEntry.cs @@ -78,7 +78,7 @@ namespace LibationWinForms.AvaloniaUI.ViewModels UserDefinedItem.ItemChanged += UserDefinedItem_ItemChanged; } - #region detect changes to the model, update the view, and save to database. + #region detect changes to the model, update the view. /// /// This event handler receives notifications from the model that it has changed. @@ -113,11 +113,6 @@ namespace LibationWinForms.AvaloniaUI.ViewModels } } - /// Save edits to the database - public void Commit(string newTags, LiberatedStatus bookStatus, LiberatedStatus? pdfStatus) - // MVVM pass-through - => Book.UpdateBook(newTags, bookStatus: bookStatus, pdfStatus: pdfStatus); - #endregion #region Data Sorting