New: Refresh button on book page that bypasses cache

This commit is contained in:
ta264
2020-09-03 21:35:49 +01:00
parent b93bc1e5e5
commit 2f8ac793ff
11 changed files with 97 additions and 18 deletions
@@ -6,7 +6,7 @@ namespace NzbDrone.Core.MetadataSource
{
public interface IProvideAuthorInfo
{
Author GetAuthorInfo(string readarrId);
Author GetAuthorInfo(string readarrId, bool useCache = true);
Author GetAuthorAndBooks(string readarrId, double minPopularity = 0);
HashSet<string> GetChangedArtists(DateTime startTime);
}