mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-19 19:30:47 +02:00
Fixed: Require PID for AvistaZ indexers
This commit is contained in:
parent
7f6fa2efbe
commit
7fb6c539d4
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ public AvistazSettingsValidator()
|
|||
{
|
||||
RuleFor(c => c.Username).NotEmpty();
|
||||
RuleFor(c => c.Password).NotEmpty();
|
||||
RuleFor(c => c.Pid).NotEmpty();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue