mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-06 15:53:41 +01:00
Fixed: Old Plex ValidationFailure message (#1770)
This commit is contained in:
parent
ac5732536d
commit
0892f20298
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ public ValidationFailure Test(PlexServerSettings settings)
|
|||
|
||||
if (sections.Empty())
|
||||
{
|
||||
return new ValidationFailure("Host", "At least one TV library is required");
|
||||
return new ValidationFailure("Host", "At least one movie library is required");
|
||||
}
|
||||
}
|
||||
catch(PlexAuthenticationException ex)
|
||||
|
|
|
|||
Loading…
Reference in a new issue