aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorUlrich Wagner <ulrich.wagner@viaregio-services.de>2020-02-19 19:03:42 +0100
committerUlrich Wagner <ulrich.wagner@viaregio-services.de>2020-02-19 19:03:42 +0100
commit3d9dc595549d7b6b53d9aee716a83eaf59db5186 (patch)
treec72886fe79a72a0563326c0e197908868dd68525 /Emby.Server.Implementations/Library/LibraryManager.cs
parentf4d0fa8dc8bd1d027664b290d9924a7c80c66bf0 (diff)
Omitting the parameter ExtraChapters
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 9a1a38365..1fdf8887c 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/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;