resync media after changes

This commit is contained in:
Luke Pulverenti
2016-04-27 16:24:53 -04:00
parent d0aece61e7
commit f7128c7f8f
4 changed files with 31 additions and 2 deletions

View File

@@ -102,6 +102,8 @@ namespace MediaBrowser.Model.Sync
/// <value>The index of the job item.</value>
public int JobItemIndex { get; set; }
public long ItemDateModifiedTicks { get; set; }
public SyncJobItem()
{
AdditionalFiles = new List<ItemFileInfo>();