1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -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
@@ -2,7 +2,7 @@ using NzbDrone.Core.Indexers;
namespace Radarr.Api.V3.Indexers
{
public class IndexerResource : ProviderResource
public class IndexerResource : ProviderResource<IndexerResource>
{
public bool EnableRss { get; set; }
public bool EnableAutomaticSearch { get; set; }