mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-31 01:55:32 +01:00
9 lines
134 B
C#
9 lines
134 B
C#
namespace Jackett.Common.Models
|
|
{
|
|
public enum IndexerConfigurationStatus
|
|
{
|
|
Completed,
|
|
RequiresTesting
|
|
}
|
|
}
|