mirror of
https://github.com/lidarr/Lidarr
synced 2025-03-17 09:05:30 +00:00
Added ParsedEpisodeInfo properties to ReleaseResource
This commit is contained in:
parent
62bfdcab3c
commit
65e4de7441
1 changed files with 4 additions and 0 deletions
|
@ -35,5 +35,9 @@ namespace NzbDrone.Api.Indexers
|
||||||
public String InfoUrl { get; set; }
|
public String InfoUrl { get; set; }
|
||||||
public Boolean DownloadAllowed { get; set; }
|
public Boolean DownloadAllowed { get; set; }
|
||||||
public DownloadProtocol DownloadProtocol { get; set; }
|
public DownloadProtocol DownloadProtocol { get; set; }
|
||||||
|
|
||||||
|
public Boolean IsDaily { get; set; }
|
||||||
|
public Boolean IsAbsoluteNumbering { get; set; }
|
||||||
|
public Boolean IsPossibleSpecialEpisode { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue