reduce sync db access

This commit is contained in:
Luke Pulverenti
2016-08-03 02:38:19 -04:00
parent 7e1a0baf9b
commit 04d480297d
9 changed files with 145 additions and 96 deletions

View File

@@ -4,7 +4,7 @@ namespace MediaBrowser.Controller.Sync
{
public class SyncedItemProgress
{
public string ItemId { get; set; }
public double Progress { get; set; }
public SyncJobItemStatus Status { get; set; }
}
}