mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Added NzbDrone.Update, refactored some common wrappers to NzbDrone.Common
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace NzbDrone.Model
|
||||
{
|
||||
public class ProcessInfo
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public ProcessPriorityClass Priority { get; set; }
|
||||
public string StartPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user