From c8f157444c85c9fb79514c2b0a5e35dc2d083921 Mon Sep 17 00:00:00 2001 From: gnattu Date: Wed, 17 Jul 2024 14:08:39 +0800 Subject: [PATCH] Make comment better Signed-off-by: gnattu --- MediaBrowser.Model/Dlna/StreamBuilder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MediaBrowser.Model/Dlna/StreamBuilder.cs b/MediaBrowser.Model/Dlna/StreamBuilder.cs index c6509035c1..410a44776a 100644 --- a/MediaBrowser.Model/Dlna/StreamBuilder.cs +++ b/MediaBrowser.Model/Dlna/StreamBuilder.cs @@ -2185,6 +2185,7 @@ namespace MediaBrowser.Model.Dlna private static bool IsAudioDirectStreamSupported(DirectPlayProfile profile, MediaSourceInfo item, MediaStream audioStream) { // Check container type, this should NOT be supported + // If the container is supported, the file should be directly played if (!profile.SupportsContainer(item.Container)) { // Check audio codec, we cannot use the SupportsAudioCodec here