From 1539836ca1ca833715c9bc2b58cfc1efea47bb30 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Nov 2016 12:30:44 -0500 Subject: update didl xml --- Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emby.Server.Implementations') diff --git a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs index 99996c252..a338ae23a 100644 --- a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs +++ b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs @@ -33,7 +33,7 @@ namespace Emby.Server.Implementations.LiveTv Protocol = mediaSource.Protocol, MediaType = isAudio ? DlnaProfileType.Audio : DlnaProfileType.Video, ExtractChapters = false, - AnalyzeDurationSections = 3 + AnalyzeDurationSections = 2 }, cancellationToken).ConfigureAwait(false); -- cgit v1.2.3