aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-06 12:30:44 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-06 12:30:44 -0500
commit1539836ca1ca833715c9bc2b58cfc1efea47bb30 (patch)
tree355de76f26f99f916cf0f72574af3372ab009612 /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
parent6aa106f1b7e5493b821240143f8cea6f0d4baddd (diff)
update didl xml
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs2
1 files changed, 1 insertions, 1 deletions
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);