mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: Refresh button on book page that bypasses cache
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user