소스 검색

reduce text on filter buttons

Luke Pulverenti 11 년 전
부모
커밋
45a1113d8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Dlna/DlnaManager.cs

+ 1 - 1
MediaBrowser.Dlna/DlnaManager.cs

@@ -273,7 +273,7 @@ namespace MediaBrowser.Dlna
                 {
                     new DirectPlayProfile
                     {
-                        Containers = new[]{"mp3"}, 
+                        Containers = new[]{"mp3", "wma", "m4a"}, 
                         Type = DlnaProfileType.Audio
                     },