Fix minor warnings in MediaBrowser.Model/Configuration (#2149)

This commit is contained in:
Jan Sommer
2022-10-06 21:44:12 +02:00
parent 0b8faf5db4
commit 87d460909f
3 changed files with 2 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ namespace MediaBrowser.Model.Search
public BaseItemKind Type { get; set; }
/// <summary>
/// Gets a value indicating whether this instance is folder.
/// Gets or sets a value indicating whether this instance is folder.
/// </summary>
/// <value><c>true</c> if this instance is folder; otherwise, <c>false</c>.</value>
public bool? IsFolder { get; set; }