diff options
| author | gnattu <gnattuoc@me.com> | 2024-07-17 14:08:39 +0800 |
|---|---|---|
| committer | gnattu <gnattuoc@me.com> | 2024-07-17 14:08:39 +0800 |
| commit | c8f157444c85c9fb79514c2b0a5e35dc2d083921 (patch) | |
| tree | 6c95b21fae7ed336dec23f8a51bdabd7b4854166 | |
| parent | ed9d27bb3a5fb2b187c453dcc2c572b7123f4beb (diff) | |
Make comment better
Signed-off-by: gnattu <gnattuoc@me.com>
| -rw-r--r-- | MediaBrowser.Model/Dlna/StreamBuilder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dlna/StreamBuilder.cs b/MediaBrowser.Model/Dlna/StreamBuilder.cs index c6509035c..410a44776 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 |
