mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
move sync repository to portable project
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Emby.Server.Implementations.Activity
|
||||
|
||||
if (minDate.HasValue)
|
||||
{
|
||||
whereClauses.Add("DateCreated>=@DateCreated");
|
||||
whereClauses.Add("DateCreated>=?");
|
||||
paramList.Add(minDate.Value.ToDateTimeParamValue());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user