mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-15 09:02:25 +00:00
TmdbSeriesProvider: Set ProductionYear field
This commit is contained in:
@@ -279,6 +279,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.TV
|
||||
|
||||
series.EndDate = seriesResult.LastAirDate;
|
||||
series.PremiereDate = seriesResult.FirstAirDate;
|
||||
series.ProductionYear = seriesResult.FirstAirDate?.Year;
|
||||
|
||||
var ids = seriesResult.ExternalIds;
|
||||
if (ids is not null)
|
||||
|
||||
Reference in New Issue
Block a user