1
0
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:
kay.one
2011-10-22 22:26:43 -07:00
parent 7563527eac
commit fb0b505bf4
42 changed files with 1316 additions and 97 deletions
-11
View File
@@ -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; }
}
}