mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Added: Radarr now stores cookies for PTP beyond restarts. Should limit active sessions correctly. (#2643)
Fixes #2626
This commit is contained in:
@@ -73,6 +73,8 @@ namespace NzbDrone.Core.Indexers
|
||||
return releases;
|
||||
}
|
||||
|
||||
public Action<IDictionary<string, string>, DateTime?> CookiesUpdater { get; set; }
|
||||
|
||||
protected virtual XDocument LoadXmlDocument(IndexerResponse indexerResponse)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user