mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Property typo fix
This commit is contained in:
parent
3919cab092
commit
3d73e2ce62
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
|||
{
|
||||
get
|
||||
{
|
||||
string val = QueryString["audioformat"];
|
||||
string val = QueryString["audioformats"];
|
||||
|
||||
if (string.IsNullOrEmpty(val))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue