mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
update lg dlna profile
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user