mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Calendar now using EpisodeResource
This commit is contained in:
parent
0da2047ca5
commit
11cef70406
10 changed files with 61 additions and 93 deletions
|
@ -28,5 +28,6 @@ namespace NzbDrone.Api.Episodes
|
|||
public DateTime? EndTime { get; set; }
|
||||
public DateTime? GrabDate { get; set; }
|
||||
public PostDownloadStatusType PostDownloadStatus { get; set; }
|
||||
public Core.Tv.Series Series { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue