Property typo fix

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-10 23:19:11 -04:00
parent 3919cab092
commit 3d73e2ce62

View file

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