Browse Source

Omitting the parameter ExtraChapters

Ulrich Wagner 5 năm trước cách đây
mục cha
commit
3d9dc59554
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Emby.Server.Implementations/Library/LibraryManager.cs

+ 1 - 2
Emby.Server.Implementations/Library/LibraryManager.cs

@@ -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;