Add artist search framework code

This commit is contained in:
Daniel Underwood
2017-07-19 22:34:16 -04:00
parent 6ecaa4b97f
commit f40918ddb8
21 changed files with 159 additions and 0 deletions
@@ -51,5 +51,10 @@ namespace NzbDrone.Core.Indexers
{
throw new System.NotImplementedException();
}
public IndexerPageableRequestChain GetSearchRequests(ArtistSearchCriteria searchCriteria)
{
throw new System.NotImplementedException();
}
}
}