mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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,
|
||||
Expression<Func<T, bool>> defaultWhere = null)
|
||||
{
|
||||
return defaultWhere;
|
||||
|
||||
if (where == null || where.Count == 0)
|
||||
return defaultWhere;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user