From 772011046046ca281ed8601d9b3cf6b20e66183d Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Fri, 15 Oct 2021 14:45:35 -0400 Subject: [PATCH] Bug fix: tag filters stopped working on 8/22 --- ApplicationServices/LibraryCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationServices/LibraryCommands.cs b/ApplicationServices/LibraryCommands.cs index 049a65ad..5437f8f2 100644 --- a/ApplicationServices/LibraryCommands.cs +++ b/ApplicationServices/LibraryCommands.cs @@ -229,6 +229,7 @@ namespace ApplicationServices if (qtyChanges > 0) { SearchEngineCommands.UpdateLiberatedStatus(book); + SearchEngineCommands.UpdateBookTags(book); BookUserDefinedItemCommitted?.Invoke(null, book.AudibleProductId); }