mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 22:47:05 -04:00
Fixed: Now able to queue downloads using manual search on mono (Linux)
This commit is contained in:
parent
96635a6323
commit
5b329ba3af
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ namespace NzbDrone.Core.Parser.Model
|
||||||
{
|
{
|
||||||
return DateTime.UtcNow.Subtract(PublishDate).Days;
|
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; }
|
public string ReleaseGroup { get; set; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue