commit
acef121119
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user