update lg dlna profile

This commit is contained in:
Luke Pulverenti
2017-07-13 15:04:59 -04:00
parent b8d4ef5fc6
commit bd32c8ba49
4 changed files with 4 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ namespace MediaBrowser.Controller.Channels
Name = id,
Id = id,
ReadAtNativeFramerate = ReadAtNativeFramerate,
SupportsDirectStream = false,
SupportsDirectStream = Protocol == MediaProtocol.Http && !string.IsNullOrWhiteSpace(Container) && !string.Equals(Container, "hls", StringComparison.OrdinalIgnoreCase),
SupportsDirectPlay = SupportsDirectPlay,
IsRemote = true
};