mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
9 lines
No EOL
161 B
C#
9 lines
No EOL
161 B
C#
using System;
|
|
|
|
namespace NzbDrone.Api.Indexers
|
|
{
|
|
public class IndexerResource : ProviderResource
|
|
{
|
|
public Boolean Enable { get; set; }
|
|
}
|
|
} |