Fixed: Syncing Newznab indexers with expired VIP expiration dates to apps

pull/2288/head
Bogdan 2 weeks ago
parent f066cf399d
commit a23d792781

@ -42,7 +42,8 @@ namespace NzbDrone.Core.Indexers.Newznab
RuleFor(c => c.VipExpiration).Must(c => c.IsFutureDate())
.When(c => c.VipExpiration.IsNotNullOrWhiteSpace())
.WithMessage("Must be a future date");
.WithMessage("Must be a future date")
.AsWarning();
}
}

Loading…
Cancel
Save