mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07: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; }
|
|
}
|
|
} |