mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-09 00:25:00 -04:00
Remove conditional access.
This commit is contained in:
parent
0c23b8cadf
commit
5c40ad0530
@ -64,7 +64,7 @@ namespace Jellyfin.Api.ModelBinders
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
parsedValues[i] = converter.ConvertFromString(values[i]?.Trim());
|
parsedValues[i] = converter.ConvertFromString(values[i].Trim());
|
||||||
convertedCount++;
|
convertedCount++;
|
||||||
}
|
}
|
||||||
catch (FormatException e)
|
catch (FormatException e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user