1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Now able to queue downloads using manual search on mono (Linux)

This commit is contained in:
Mark McDowall 2013-11-10 01:51:53 -08:00
parent 96635a6323
commit 5b329ba3af

View File

@ -19,6 +19,13 @@ public int Age
{
return DateTime.UtcNow.Subtract(PublishDate).Days;
}
//This prevents manually downloading a release from blowing up in mono
//TODO: Is there a better way?
private set
{
}
}
public string ReleaseGroup { get; set; }