mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Property typo fix
This commit is contained in:
parent
3919cab092
commit
3d73e2ce62
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user