diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-06 12:30:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-06 12:30:44 -0500 |
| commit | 1539836ca1ca833715c9bc2b58cfc1efea47bb30 (patch) | |
| tree | 355de76f26f99f916cf0f72574af3372ab009612 /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs | |
| parent | 6aa106f1b7e5493b821240143f8cea6f0d4baddd (diff) | |
update didl xml
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs | 2 |
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); |
