mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
update download error handling
This commit is contained in:
@@ -92,11 +92,6 @@ namespace MediaBrowser.Model.Sync
|
||||
/// <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; }
|
||||
/// <summary>
|
||||
/// Gets or sets the index of the job item.
|
||||
/// </summary>
|
||||
/// <value>The index of the job item.</value>
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace MediaBrowser.Model.Sync
|
||||
ReadyToTransfer = 2,
|
||||
Transferring = 3,
|
||||
Synced = 4,
|
||||
RemovedFromDevice = 5,
|
||||
Failed = 6,
|
||||
Cancelled = 7
|
||||
Failed = 5
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@ namespace MediaBrowser.Model.Sync
|
||||
Transferring = 3,
|
||||
Completed = 4,
|
||||
CompletedWithError = 5,
|
||||
Failed = 6,
|
||||
Cancelled = 7
|
||||
Failed = 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user