mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
remove some newlines
This commit is contained in:
@@ -95,16 +95,14 @@ namespace Jellyfin.Api.Tests.Auth.DefaultAuthorizationPolicy
|
||||
new Dictionary<string, string>
|
||||
{
|
||||
{ "param", "Hörbücher" }
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
data.Add(
|
||||
"param=%22%Hörbücher",
|
||||
new Dictionary<string, string>
|
||||
{
|
||||
{ "param", "\"%Hörbücher" }
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user