Bug fix: tag filters stopped working on 8/22
This commit is contained in:
parent
dfa5829cbd
commit
7720110460
@ -229,6 +229,7 @@ namespace ApplicationServices
|
||||
if (qtyChanges > 0)
|
||||
{
|
||||
SearchEngineCommands.UpdateLiberatedStatus(book);
|
||||
SearchEngineCommands.UpdateBookTags(book);
|
||||
BookUserDefinedItemCommitted?.Invoke(null, book.AudibleProductId);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user