mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-02 21:24:20 -04:00
oups
This commit is contained in:
parent
ca05817144
commit
8d10b44b1d
@ -23,8 +23,6 @@ namespace Kyoo.CommonApi
|
|||||||
public static Expression<Func<T, bool>> ParseWhere<T>(Dictionary<string, string> where,
|
public static Expression<Func<T, bool>> ParseWhere<T>(Dictionary<string, string> where,
|
||||||
Expression<Func<T, bool>> defaultWhere = null)
|
Expression<Func<T, bool>> defaultWhere = null)
|
||||||
{
|
{
|
||||||
return defaultWhere;
|
|
||||||
|
|
||||||
if (where == null || where.Count == 0)
|
if (where == null || where.Count == 0)
|
||||||
return defaultWhere;
|
return defaultWhere;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user