Fixed: Sonarr references in RemoteAccessAdapter.cs

This commit is contained in:
Qstick
2018-05-27 23:22:37 -04:00
committed by GitHub
parent 030deaf6ef
commit d15d5ae6ba

View File

@@ -36,7 +36,7 @@ namespace NzbDrone.Host.AccessControl
}
else if (!passive)
{
throw new RemoteAccessException("Failed to register URLs for Sonarr. Sonarr will not be accessible remotely");
throw new RemoteAccessException("Failed to register URLs for Lidarr. Lidarr will not be accessible remotely");
}
}