1
0
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:
Leonardo Galli
2018-04-01 20:21:24 +02:00
committed by GitHub
parent a2fa8c4594
commit 6eb678cd92
33 changed files with 1301 additions and 217 deletions
+2
View File
@@ -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