Browse Source

Property typo fix

LukePulverenti Luke Pulverenti luke pulverenti 13 years ago
parent
commit
3d73e2ce62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Api/HttpHandlers/AudioHandler.cs

+ 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))
                 {
                 {