mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
Added: Allow minimum seeders to be set on a per indexer basis. Pulled from Sonarr Upstream (#1624)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
public static class IndexerDefaults
|
||||
{
|
||||
public const int MINIMUM_SEEDERS = 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user