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

pull/8505/head
Jan Sommer 2 years ago
parent 0b8faf5db4
commit 87d460909f

@ -5,7 +5,6 @@ namespace MediaBrowser.Model.Configuration
/// </summary> /// </summary>
public enum EmbeddedSubtitleOptions public enum EmbeddedSubtitleOptions
{ {
/// <summary> /// <summary>
/// Allow all embedded subs. /// Allow all embedded subs.
/// </summary> /// </summary>
@ -26,5 +25,4 @@ namespace MediaBrowser.Model.Configuration
/// </summary> /// </summary>
AllowNone = 3, AllowNone = 3,
} }
} }

@ -8,7 +8,7 @@ using MediaBrowser.Model.MediaInfo;
namespace MediaBrowser.Model.Dlna namespace MediaBrowser.Model.Dlna
{ {
public class ContentFeatureBuilder public static class ContentFeatureBuilder
{ {
public static string BuildImageHeader( public static string BuildImageHeader(
DeviceProfile profile, DeviceProfile profile,

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

Loading…
Cancel
Save