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.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dto/BaseItemDto.cs b/MediaBrowser.Model/Dto/BaseItemDto.cs
index be3cd99be..7a1c78112 100644
--- a/MediaBrowser.Model/Dto/BaseItemDto.cs
+++ b/MediaBrowser.Model/Dto/BaseItemDto.cs
@@ -67,6 +67,7 @@ namespace MediaBrowser.Model.Dto
public float? Metascore { get; set; }
public bool? IsUnidentified { get; set; }
+ public bool? HasDynamicCategories { get; set; }
public int? AnimeSeriesIndex { get; set; }
@@ -466,6 +467,12 @@ namespace MediaBrowser.Model.Dto
public List<string> Artists { get; set; }
/// <summary>
+ /// Gets or sets the artist items.
+ /// </summary>
+ /// <value>The artist items.</value>
+ public List<NameIdPair> ArtistItems { get; set; }
+
+ /// <summary>
/// Gets or sets the album.
/// </summary>
/// <value>The album.</value>
@@ -507,6 +514,12 @@ namespace MediaBrowser.Model.Dto
public string AlbumArtist { get; set; }
/// <summary>
+ /// Gets or sets the album artists.
+ /// </summary>
+ /// <value>The album artists.</value>
+ public List<NameIdPair> AlbumArtists { get; set; }
+
+ /// <summary>
/// Gets or sets the name of the season.
/// </summary>
/// <value>The name of the season.</value>