mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-04 17:32:00 +01:00
added HasSyncJob
This commit is contained in:
@@ -203,6 +203,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool EnableAudioArchiveFiles { get; set; }
|
||||
public bool EnableVideoArchiveFiles { get; set; }
|
||||
|
||||
public bool EnableLegacyCollections { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
||||
/// </summary>
|
||||
|
||||
@@ -69,7 +69,8 @@ namespace MediaBrowser.Model.Dto
|
||||
public int? AnimeSeriesIndex { get; set; }
|
||||
|
||||
public bool? SupportsSync { get; set; }
|
||||
|
||||
public bool? HasSyncJob { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the DVD season number.
|
||||
/// </summary>
|
||||
|
||||
@@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Tasks
|
||||
/// <value>The name.</value>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the key.
|
||||
/// </summary>
|
||||
/// <value>The key.</value>
|
||||
public string Key { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the id.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user