mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
10 lines
242 B
C#
10 lines
242 B
C#
using NzbDrone.Core.Indexers;
|
|
|
|
namespace NzbDrone.Api.DownloadClient
|
|
{
|
|
public class DownloadClientResource : ProviderResource
|
|
{
|
|
public bool Enable { get; set; }
|
|
public DownloadProtocol Protocol { get; set; }
|
|
}
|
|
} |