mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 14:16:35 +00:00
update activity log
This commit is contained in:
@@ -3860,7 +3860,7 @@ namespace Emby.Server.Implementations.Data
|
||||
whereClauses.Add("LocationType=@LocationType");
|
||||
if (statement != null)
|
||||
{
|
||||
statement.TryBind("LocationType", query.LocationTypes[0].ToString());
|
||||
statement.TryBind("@LocationType", query.LocationTypes[0].ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3881,7 +3881,7 @@ namespace Emby.Server.Implementations.Data
|
||||
whereClauses.Add("LocationType<>@ExcludeLocationTypes");
|
||||
if (statement != null)
|
||||
{
|
||||
statement.TryBind("ExcludeLocationTypes", query.ExcludeLocationTypes[0].ToString());
|
||||
statement.TryBind("@ExcludeLocationTypes", query.ExcludeLocationTypes[0].ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user