mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
add mark for removal options
This commit is contained in:
@@ -86,8 +86,15 @@ namespace MediaBrowser.Model.Sync
|
||||
/// </summary>
|
||||
/// <value>The temporary path.</value>
|
||||
public string TemporaryPath { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the additional files.
|
||||
/// </summary>
|
||||
/// <value>The additional files.</value>
|
||||
public List<ItemFileInfo> AdditionalFiles { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is marked for removal.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is marked for removal; otherwise, <c>false</c>.</value>
|
||||
public bool IsMarkedForRemoval { get; set; }
|
||||
|
||||
public SyncJobItem()
|
||||
|
||||
Reference in New Issue
Block a user