Fixed: Adding indexers from presets

(cherry picked from commit 5cc0331c75993ecd79e17b2da1c2d5dcd08f6b0f)
This commit is contained in:
ta264 2021-04-26 21:56:39 +01:00 committed by Qstick
parent b0ea6550d7
commit 9ba87ceee3
9 changed files with 21 additions and 16 deletions

View file

@ -3,7 +3,7 @@ using NzbDrone.Core.Indexers;
namespace Lidarr.Api.V1.DownloadClient
{
public class DownloadClientResource : ProviderResource
public class DownloadClientResource : ProviderResource<DownloadClientResource>
{
public bool Enable { get; set; }
public DownloadProtocol Protocol { get; set; }