Omitting the parameter ExtraChapters
This commit is contained in:
parent
f4d0fa8dc8
commit
3d9dc59554
|
@ -2422,8 +2422,7 @@ namespace Emby.Server.Implementations.Library
|
|||
var mediaInfo = _mediaEncoder.GetMediaInfo(new MediaInfoRequest
|
||||
{
|
||||
MediaSource = episode.GetMediaSources(false)[0],
|
||||
MediaType = DlnaProfileType.Video,
|
||||
ExtractChapters = false
|
||||
MediaType = DlnaProfileType.Video
|
||||
}, CancellationToken.None).GetAwaiter().GetResult();
|
||||
if (mediaInfo.ParentIndexNumber > 0) {
|
||||
episodeInfo.SeasonNumber = mediaInfo.ParentIndexNumber;
|
||||
|
|
Loading…
Reference in New Issue
Block a user