Explorar o código

fixes #2572 - Issues found by PVS-Studio

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
118c702c5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MediaBrowser.Model/Dlna/MediaFormatProfileResolver.cs

+ 1 - 1
MediaBrowser.Model/Dlna/MediaFormatProfileResolver.cs

@@ -349,7 +349,7 @@ namespace MediaBrowser.Model.Dlna
                 {
                     return MediaFormatProfile.LPCM16_48_MONO;
                 }
-                if (frequency.Value == 48000 && channels.Value == 1)
+                if (frequency.Value == 48000 && channels.Value == 2)
                 {
                     return MediaFormatProfile.LPCM16_48_STEREO;
                 }