Kaynağa Gözat

Property typo fix

LukePulverenti Luke Pulverenti luke pulverenti 13 yıl önce
ebeveyn
işleme
3d73e2ce62

+ 1 - 1
MediaBrowser.Api/HttpHandlers/AudioHandler.cs

@@ -64,7 +64,7 @@ namespace MediaBrowser.Api.HttpHandlers
         {
         {
             get
             get
             {
             {
-                string val = QueryString["audioformat"];
+                string val = QueryString["audioformats"];
 
 
                 if (string.IsNullOrEmpty(val))
                 if (string.IsNullOrEmpty(val))
                 {
                 {