Property typo fix

pull/702/head
LukePulverenti Luke Pulverenti luke pulverenti 12 years ago
parent 3919cab092
commit 3d73e2ce62

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

Loading…
Cancel
Save