mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00: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