mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Added AirDateUtc for UTC offset time
This commit is contained in:
@@ -69,7 +69,8 @@ namespace NzbDrone.Core.MetadataSource
|
||||
episode.EpisodeNumber = traktEpisode.number;
|
||||
episode.TvDbEpisodeId = traktEpisode.tvdb_id;
|
||||
episode.Title = traktEpisode.title;
|
||||
episode.AirDate = FromIso(traktEpisode.first_aired_iso);
|
||||
episode.AirDate = FromEpoch(traktEpisode.first_aired);
|
||||
episode.AirDateUtc = FromIso(traktEpisode.first_aired_iso);
|
||||
|
||||
return episode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user