aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto/BaseItemDto.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Dto/BaseItemDto.cs')
-rw-r--r--MediaBrowser.Model/Dto/BaseItemDto.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Dto/BaseItemDto.cs b/MediaBrowser.Model/Dto/BaseItemDto.cs
index 9581b5740..32bf4b816 100644
--- a/MediaBrowser.Model/Dto/BaseItemDto.cs
+++ b/MediaBrowser.Model/Dto/BaseItemDto.cs
@@ -526,6 +526,12 @@ namespace MediaBrowser.Model.Dto
}
/// <summary>
+ /// Gets or sets a value indicating whether [supports playlists].
+ /// </summary>
+ /// <value><c>true</c> if [supports playlists]; otherwise, <c>false</c>.</value>
+ public bool SupportsPlaylists { get; set; }
+
+ /// <summary>
/// Determines whether the specified type is type.
/// </summary>
/// <param name="type">The type.</param>
@@ -632,12 +638,6 @@ namespace MediaBrowser.Model.Dto
public string MediaType { get; set; }
/// <summary>
- /// Gets or sets the overview HTML.
- /// </summary>
- /// <value>The overview HTML.</value>
- public string OverviewHtml { get; set; }
-
- /// <summary>
/// Gets or sets the end date.
/// </summary>
/// <value>The end date.</value>