Fixed: MaM AuthorInfo Object - Round 2

This commit is contained in:
Qstick
2021-03-09 22:59:37 -05:00
parent 71e132f9a4
commit a08c5229f3
2 changed files with 9 additions and 9 deletions

View File

@@ -141,7 +141,7 @@ namespace NzbDrone.Core.Indexers
return generator;
}
protected IDictionary<string, string> GetCookies()
protected virtual IDictionary<string, string> GetCookies()
{
var cookies = _indexerStatusService.GetIndexerCookies(Definition.Id);
var expiration = _indexerStatusService.GetIndexerCookiesExpirationDate(Definition.Id);