mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Sonarr references in RemoteAccessAdapter.cs
This commit is contained in:
parent
030deaf6ef
commit
d15d5ae6ba
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue