소스 검색

Make comment better

Signed-off-by: gnattu <gnattuoc@me.com>
gnattu 11 달 전
부모
커밋
c8f157444c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.Model/Dlna/StreamBuilder.cs

+ 1 - 0
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