mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Added ParsedEpisodeInfo properties to ReleaseResource
This commit is contained in:
@@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user