mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Add base for netimport api. Still nothing on the UI side.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using NzbDrone.Core.NetImport;
|
||||
|
||||
namespace NzbDrone.Api.NetImport
|
||||
{
|
||||
public class NetImportResource : ProviderResource
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool EnableSearch { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user