mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
moving validation rules to restmodule.
This commit is contained in:
parent
cc11e3760a
commit
373a93be64
5 changed files with 10 additions and 33 deletions
|
@ -3,10 +3,8 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using NLog;
|
||||
using NzbDrone.Core.Download;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.Download.Clients.Nzbget;
|
||||
using NzbDrone.Core.Download.Clients.Sabnzbd;
|
||||
using NzbDrone.Core.Providers;
|
||||
|
||||
namespace NzbDrone.Core.Configuration
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue