mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 11:36:35 +00:00
sync updates
This commit is contained in:
@@ -62,6 +62,7 @@ namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
List<SyncOptions> options = new List<SyncOptions>();
|
||||
|
||||
options.Add(SyncOptions.Name);
|
||||
options.Add(SyncOptions.Quality);
|
||||
options.Add(SyncOptions.UnwatchedOnly);
|
||||
options.Add(SyncOptions.SyncNewContent);
|
||||
|
||||
@@ -28,10 +28,5 @@ namespace MediaBrowser.Model.Sync
|
||||
/// </summary>
|
||||
/// <value>The status.</value>
|
||||
public SyncJobItemStatus? Status { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is completed.
|
||||
/// </summary>
|
||||
/// <value><c>null</c> if [is completed] contains no value, <c>true</c> if [is completed]; otherwise, <c>false</c>.</value>
|
||||
public bool? IsCompleted { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,8 @@ namespace MediaBrowser.Model.Sync
|
||||
Queued = 0,
|
||||
Converting = 1,
|
||||
Transferring = 2,
|
||||
Completed = 3,
|
||||
Failed = 4
|
||||
Synced = 3,
|
||||
Failed = 4,
|
||||
RemovedFromDevice = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user