Make IgnoreDts configurable for M3U tuner

This commit is contained in:
knackebrot
2022-06-13 00:51:08 +02:00
parent fdd728e9f8
commit c3405d25fd
2 changed files with 4 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
IsInfiniteStream = true,
IsRemote = isRemote,
IgnoreDts = true,
IgnoreDts = info.IgnoreDts,
SupportsDirectPlay = supportsDirectPlay,
SupportsDirectStream = supportsDirectStream,