mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added AirDateUtc for UTC offset time
This commit is contained in:
parent
7689b50dee
commit
eb5a15a8ca
18 changed files with 41 additions and 20 deletions
|
@ -12,6 +12,7 @@ namespace NzbDrone.Api.Episodes
|
|||
public Int32 EpisodeNumber { get; set; }
|
||||
public String Title { get; set; }
|
||||
public DateTime? AirDate { get; set; }
|
||||
public DateTime? AirDateUtc { get; set; }
|
||||
public String Overview { get; set; }
|
||||
public EpisodeFile EpisodeFile { get; set; }
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ namespace NzbDrone.Api.Series
|
|||
public DateTime? NextAiring { get; set; }
|
||||
public String Network { get; set; }
|
||||
public String AirTime { get; set; }
|
||||
public Int32 UtcOffset { get; set; }
|
||||
public List<Core.MediaCover.MediaCover> Images { get; set; }
|
||||
|
||||
public String RemotePoster { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue