mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Downloading releases via Manual Search are now processed via unique id to allow caching more Release details.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace NzbDrone.Api.Indexers
|
||||
{
|
||||
public class ReleaseResource : RestResource
|
||||
{
|
||||
public String Guid { get; set; }
|
||||
public QualityModel Quality { get; set; }
|
||||
public Int32 QualityWeight { get; set; }
|
||||
public Int32 Age { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user