mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: MaM AuthorInfo Object - Round 2
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user