1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -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.Movies;
namespace Radarr.Api.V3.ImportLists
{
public class ImportListResource : ProviderResource
public class ImportListResource : ProviderResource<ImportListResource>
{
public bool Enabled { get; set; }
public bool EnableAuto { get; set; }