diff --git a/Kyoo.CommonAPI/ApiHelper.cs b/Kyoo.CommonAPI/ApiHelper.cs index 9573f2b6..55b43878 100644 --- a/Kyoo.CommonAPI/ApiHelper.cs +++ b/Kyoo.CommonAPI/ApiHelper.cs @@ -23,8 +23,6 @@ namespace Kyoo.CommonApi public static Expression> ParseWhere(Dictionary where, Expression> defaultWhere = null) { - return defaultWhere; - if (where == null || where.Count == 0) return defaultWhere;