|
|
@ -71,8 +71,21 @@ namespace MediaBrowser.Model.Dto
|
|
|
|
|
|
|
|
|
|
|
|
public int? AnimeSeriesIndex { get; set; }
|
|
|
|
public int? AnimeSeriesIndex { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets a value indicating whether [supports synchronize].
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value><c>null</c> if [supports synchronize] contains no value, <c>true</c> if [supports synchronize]; otherwise, <c>false</c>.</value>
|
|
|
|
public bool? SupportsSync { get; set; }
|
|
|
|
public bool? SupportsSync { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets a value indicating whether this instance has synchronize job.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value><c>null</c> if [has synchronize job] contains no value, <c>true</c> if [has synchronize job]; otherwise, <c>false</c>.</value>
|
|
|
|
public bool? HasSyncJob { get; set; }
|
|
|
|
public bool? HasSyncJob { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets a value indicating whether this instance is synced.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value><c>null</c> if [is synced] contains no value, <c>true</c> if [is synced]; otherwise, <c>false</c>.</value>
|
|
|
|
|
|
|
|
public bool? IsSynced { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the DVD season number.
|
|
|
|
/// Gets or sets the DVD season number.
|
|
|
|