Clean up remaining codacy issues

pull/18/head
Daniel Underwood 7 years ago
parent 31b13b3336
commit 322e9f3c51

@ -47,12 +47,12 @@ namespace NzbDrone.Core.Indexers
return new IndexerPageableRequestChain();
}
public IndexerPageableRequestChain GetSearchRequests(AlbumSearchCriteria searchCriteria)
public virtual IndexerPageableRequestChain GetSearchRequests(AlbumSearchCriteria searchCriteria)
{
throw new System.NotImplementedException();
}
public IndexerPageableRequestChain GetSearchRequests(ArtistSearchCriteria searchCriteria)
public virtual IndexerPageableRequestChain GetSearchRequests(ArtistSearchCriteria searchCriteria)
{
throw new System.NotImplementedException();
}

@ -48,7 +48,7 @@ namespace NzbDrone.Core.Indexers.TorrentRss
throw new System.NotImplementedException();
}
public IndexerPageableRequestChain GetSearchRequests(ArtistSearchCriteria searchCriteria)
public virtual IndexerPageableRequestChain GetSearchRequests(ArtistSearchCriteria searchCriteria)
{
throw new System.NotImplementedException();
}

Loading…
Cancel
Save