mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
sync updates
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user