mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Method, Variable, Class Renames in Readarr.Api
This commit is contained in:
@@ -105,7 +105,7 @@ namespace NzbDrone.Core.AuthorStats
|
||||
public void Handle(BookEditedEvent message)
|
||||
{
|
||||
_cache.Remove("AllAuthors");
|
||||
_cache.Remove(message.Album.AuthorId.ToString());
|
||||
_cache.Remove(message.Book.AuthorId.ToString());
|
||||
}
|
||||
|
||||
[EventHandleOrder(EventHandleOrder.First)]
|
||||
|
||||
Reference in New Issue
Block a user