mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
resync media after changes
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user