fix sync methods

This commit is contained in:
Luke Pulverenti 2016-08-03 03:07:57 -04:00
parent a363beb23c
commit bbdbe79108

View File

@ -605,7 +605,7 @@ namespace MediaBrowser.Server.Implementations.Sync
{
using (var cmd = connection.CreateCommand())
{
cmd.CommandText = "select ItemId,Progress,Status from SyncJobItems";
cmd.CommandText = "select ItemId,Status,Progress from SyncJobItems";
var whereClauses = new List<string>();