mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
oups
This commit is contained in:
parent
75c9d703f7
commit
ca05817144
@ -352,7 +352,6 @@ namespace Kyoo
|
||||
|
||||
protected override Expression VisitParameter(ParameterExpression node)
|
||||
{
|
||||
Console.WriteLine($"Rewritting parameter: {node.Name}");
|
||||
return _newParams.FirstOrDefault(x => x.Name == node.Name) ?? node;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user