mirror of
https://github.com/Readarr/Readarr
synced 2025-12-30 12:13:55 +01: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 @@ public void MakeAccessible(bool passive)
|
|||
}
|
||||
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…
Reference in a new issue