mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
8 lines
135 B
C#
8 lines
135 B
C#
namespace NzbDrone.Core.Indexers
|
|
{
|
|
public static class IndexerDefaults
|
|
{
|
|
public const int MINIMUM_SEEDERS = 1;
|
|
}
|
|
}
|