Skip to content

Commit

Permalink
Fixed: Require PID for AvistaZ indexers
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Jun 22, 2021
1 parent 7f6fa2e commit 7fb6c53
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ public AvistazSettingsValidator()
{
RuleFor(c => c.Username).NotEmpty();
RuleFor(c => c.Password).NotEmpty();
RuleFor(c => c.Pid).NotEmpty();
}
}

Expand Down

0 comments on commit 7fb6c53

Please sign in to comment.