mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user