added unidentified indicators
This commit is contained in:
parent
be36f1ef4c
commit
b9aa38b5ab
|
@ -229,6 +229,8 @@ namespace MediaBrowser.Controller.Entities
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool IsUnidentified { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the locked fields.
|
/// Gets or sets the locked fields.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -36,12 +36,6 @@ namespace MediaBrowser.Controller.Entities
|
||||||
/// <value>The date last saved.</value>
|
/// <value>The date last saved.</value>
|
||||||
DateTime DateLastSaved { get; set; }
|
DateTime DateLastSaved { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets a value indicating whether this instance is in mixed folder.
|
|
||||||
/// </summary>
|
|
||||||
/// <value><c>true</c> if this instance is in mixed folder; otherwise, <c>false</c>.</value>
|
|
||||||
bool IsInMixedFolder { get; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Updates to repository.
|
/// Updates to repository.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -55,5 +49,11 @@ namespace MediaBrowser.Controller.Entities
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
|
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
|
||||||
bool BeforeMetadataRefresh();
|
bool BeforeMetadataRefresh();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets a value indicating whether this instance is unidentified.
|
||||||
|
/// </summary>
|
||||||
|
/// <value><c>true</c> if this instance is unidentified; otherwise, <c>false</c>.</value>
|
||||||
|
bool IsUnidentified { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user