mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Remove conditional access.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user