mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 14:46:29 -04:00
Fixing the expression convertor for imbricked lambdas
This commit is contained in:
@@ -23,6 +23,8 @@ namespace Kyoo.CommonApi
|
||||
public static Expression<Func<T, bool>> ParseWhere<T>(Dictionary<string, string> where,
|
||||
Expression<Func<T, bool>> defaultWhere = null)
|
||||
{
|
||||
return defaultWhere;
|
||||
|
||||
if (where == null || where.Count == 0)
|
||||
return defaultWhere;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user