mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace NzbDrone.Core.Indexers
|
|
{
|
|
public static class IndexerDefaults
|
|
{
|
|
public const int MINIMUM_SEEDERS = 1;
|
|
}
|
|
}
|