From 8d10b44b1d2bf79589f1705a0e1a0f0936de5e34 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 12 Sep 2020 00:50:01 +0200 Subject: [PATCH] oups --- Kyoo.CommonAPI/ApiHelper.cs | 2 -- 1 file changed, 2 deletions(-) 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;