Property typo fix
This commit is contained in:
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…
Reference in New Issue
Block a user