mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
more sync movement
This commit is contained in:
@@ -1142,6 +1142,15 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
dto.SeasonId = episodeSeason.Id.ToString("N");
|
||||
dto.SeasonName = episodeSeason.Name;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.SeriesGenres))
|
||||
{
|
||||
var episodeseries = episode.Series;
|
||||
if (episodeseries != null)
|
||||
{
|
||||
dto.SeriesGenres = episodeseries.Genres.ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Add SeriesInfo
|
||||
|
||||
Reference in New Issue
Block a user