mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-13 19:12:29 +01:00
9 lines
234 B
C#
9 lines
234 B
C#
namespace NzbDrone.Update
|
|
{
|
|
public class UpdateStartupContext
|
|
{
|
|
public int ProcessId { get; set; }
|
|
public string ExecutingApplication { get; set; }
|
|
public string UpdateLocation { get; set; }
|
|
}
|
|
}
|