1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Added: Allow minimum seeders to be set on a per indexer basis. Pulled from Sonarr Upstream (#1624)

This commit is contained in:
Leonardo Galli
2017-06-12 14:47:05 +02:00
committed by GitHub
parent a460e89a8d
commit 9f4ce50dd6
30 changed files with 328 additions and 104 deletions
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
{
_settings = new NewznabSettings()
{
Url = "http://indxer.local"
BaseUrl = "http://indxer.local"
};
_caps = ReadAllText("Files/Indexers/Newznab/newznab_caps.xml");