sync updates

This commit is contained in:
Luke Pulverenti
2015-01-20 22:54:45 -05:00
parent 9e809b06c4
commit f636c10e24
18 changed files with 206 additions and 157 deletions

View File

@@ -88,6 +88,8 @@ namespace MediaBrowser.Model.Sync
public string TemporaryPath { get; set; }
public List<ItemFileInfo> AdditionalFiles { get; set; }
public bool IsMarkedForRemoval { get; set; }
public SyncJobItem()
{
AdditionalFiles = new List<ItemFileInfo>();