1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Added ParsedEpisodeInfo properties to ReleaseResource

This commit is contained in:
Mark McDowall 2014-07-09 14:13:22 -07:00
parent 62bfdcab3c
commit 65e4de7441

View File

@ -35,5 +35,9 @@ public class ReleaseResource : RestResource
public String InfoUrl { get; set; }
public Boolean DownloadAllowed { get; set; }
public DownloadProtocol DownloadProtocol { get; set; }
public Boolean IsDaily { get; set; }
public Boolean IsAbsoluteNumbering { get; set; }
public Boolean IsPossibleSpecialEpisode { get; set; }
}
}