1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Browse Lists from Discover Movies Page

This commit is contained in:
Qstick
2020-09-03 22:50:56 -04:00
committed by GitHub
parent 54bcf9eed3
commit 361ffe353d
308 changed files with 4824 additions and 3169 deletions
@@ -2,9 +2,9 @@ using FluentValidation.Validators;
namespace Radarr.Http.Validation
{
public class NetImportSyncIntervalValidator : PropertyValidator
public class ImportListSyncIntervalValidator : PropertyValidator
{
public NetImportSyncIntervalValidator()
public ImportListSyncIntervalValidator()
: base("Must be between 10 and 1440 or 0 to disable")
{
}