Fixed: Require PID for AvistaZ indexers

pull/264/head
Qstick 3 years ago
parent 7f6fa2efbe
commit 7fb6c539d4

@ -11,6 +11,7 @@ namespace NzbDrone.Core.Indexers.Definitions.Avistaz
{
RuleFor(c => c.Username).NotEmpty();
RuleFor(c => c.Password).NotEmpty();
RuleFor(c => c.Pid).NotEmpty();
}
}

Loading…
Cancel
Save