move sync repository to portable project

This commit is contained in:
Luke Pulverenti
2016-11-19 00:52:49 -05:00
parent e58e34ceca
commit 65a1ef020b
32 changed files with 869 additions and 1296 deletions

View File

@@ -87,7 +87,7 @@ namespace Emby.Server.Implementations.Activity
if (minDate.HasValue)
{
whereClauses.Add("DateCreated>=@DateCreated");
whereClauses.Add("DateCreated>=?");
paramList.Add(minDate.Value.ToDateTimeParamValue());
}