mirror of https://github.com/Radarr/Radarr
Fixed: Old Plex ValidationFailure message (#1770)
This commit is contained in:
parent
ac5732536d
commit
0892f20298
|
@ -203,7 +203,7 @@ namespace NzbDrone.Core.Notifications.Plex
|
||||||
|
|
||||||
if (sections.Empty())
|
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)
|
catch(PlexAuthenticationException ex)
|
||||||
|
|
Loading…
Reference in New Issue