mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 02:21:00 +01:00
denormalize seasonid
This commit is contained in:
@@ -429,7 +429,8 @@ namespace MediaBrowser.Providers.TV
|
||||
IndexNumber = episodeNumber,
|
||||
ParentIndexNumber = seasonNumber,
|
||||
Id = _libraryManager.GetNewItemId((series.Id + seasonNumber.ToString(_usCulture) + name), typeof(Episode)),
|
||||
IsVirtualItem = true
|
||||
IsVirtualItem = true,
|
||||
SeasonId = season == null ? (Guid?)null : season.Id
|
||||
};
|
||||
|
||||
episode.SetParent(season);
|
||||
|
||||
Reference in New Issue
Block a user