1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Adding indexers from presets

This commit is contained in:
ta264
2021-02-04 21:14:52 +00:00
committed by Qstick
parent 88b9a47c79
commit 3a146ea667
18 changed files with 32 additions and 28 deletions
@@ -3,7 +3,7 @@ using NzbDrone.Core.Indexers;
namespace Radarr.Api.V3.DownloadClient
{
public class DownloadClientResource : ProviderResource
public class DownloadClientResource : ProviderResource<DownloadClientResource>
{
public bool Enable { get; set; }
public DownloadProtocol Protocol { get; set; }