Fixed: Old Plex ValidationFailure message (#1770)

This commit is contained in:
Sandro Stikić 2017-07-07 00:48:46 +08:00 committed by Leonardo Galli
parent ac5732536d
commit 0892f20298
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ namespace NzbDrone.Core.Notifications.Plex
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)