mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: Use Goodreads directly, allow multiple editions of a book (new DB required)
This commit is contained in:
@@ -7,6 +7,7 @@ namespace NzbDrone.Core.MetadataSource
|
||||
public interface IProvideAuthorInfo
|
||||
{
|
||||
Author GetAuthorInfo(string readarrId);
|
||||
Author GetAuthorAndBooks(string readarrId, double minPopularity = 0);
|
||||
HashSet<string> GetChangedArtists(DateTime startTime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user