|
|
@ -290,6 +290,12 @@ namespace MediaBrowser.Model.Dto
|
|
|
|
/// <value><c>null</c> if [is place holder] contains no value, <c>true</c> if [is place holder]; otherwise, <c>false</c>.</value>
|
|
|
|
/// <value><c>null</c> if [is place holder] contains no value, <c>true</c> if [is place holder]; otherwise, <c>false</c>.</value>
|
|
|
|
public bool? IsPlaceHolder { get; set; }
|
|
|
|
public bool? IsPlaceHolder { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Gets or sets the number.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <value>The number.</value>
|
|
|
|
|
|
|
|
public string Number { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the index number.
|
|
|
|
/// Gets or sets the index number.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|