mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Remove conditional access.
This commit is contained in:
parent
0c23b8cadf
commit
5c40ad0530
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace Jellyfin.Api.ModelBinders
|
|||
{
|
||||
try
|
||||
{
|
||||
parsedValues[i] = converter.ConvertFromString(values[i]?.Trim());
|
||||
parsedValues[i] = converter.ConvertFromString(values[i].Trim());
|
||||
convertedCount++;
|
||||
}
|
||||
catch (FormatException e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue