Bug fix: tag filters stopped working on 8/22

This commit is contained in:
Robert McRackan 2021-10-15 14:45:35 -04:00
parent dfa5829cbd
commit 7720110460

View File

@ -229,6 +229,7 @@ namespace ApplicationServices
if (qtyChanges > 0)
{
SearchEngineCommands.UpdateLiberatedStatus(book);
SearchEngineCommands.UpdateBookTags(book);
BookUserDefinedItemCommitted?.Invoke(null, book.AudibleProductId);
}