mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Removed reference to Sonarr and replaced them with Lidarr
This commit is contained in:
@@ -66,9 +66,9 @@ namespace NzbDrone.Update
|
||||
}
|
||||
|
||||
var startupContext = new UpdateStartupContext
|
||||
{
|
||||
ProcessId = ParseProcessId(args[0])
|
||||
};
|
||||
{
|
||||
ProcessId = ParseProcessId(args[0])
|
||||
};
|
||||
|
||||
if (OsInfo.IsNotWindows)
|
||||
{
|
||||
@@ -104,7 +104,7 @@ namespace NzbDrone.Update
|
||||
throw new ArgumentOutOfRangeException(nameof(arg), "Invalid process ID");
|
||||
}
|
||||
|
||||
Logger.Debug("NzbDrone process ID: {0}", id);
|
||||
Logger.Debug("Lidarr process ID: {0}", id);
|
||||
return id;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@ namespace NzbDrone.Update
|
||||
{
|
||||
var assemblies = new List<string>
|
||||
{
|
||||
"NzbDrone.Update"
|
||||
"Lidarr.Update",
|
||||
"NzbDrone.Common"
|
||||
};
|
||||
|
||||
return new UpdateContainerBuilder(startupContext, assemblies).Container;
|
||||
|
||||
Reference in New Issue
Block a user