aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto/ItemCounts.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-20 23:01:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-20 23:01:22 -0400
commit94568868488ba479cebb20050dd16b41378a7878 (patch)
tree7ef90026be367fd8b32b88466c96b1de2dadd0a5 /MediaBrowser.Model/Dto/ItemCounts.cs
parent14d8f48f31c0ea8fa507bbf38d9ee5db63d02ed3 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Model/Dto/ItemCounts.cs')
-rw-r--r--MediaBrowser.Model/Dto/ItemCounts.cs54
1 files changed, 3 insertions, 51 deletions
diff --git a/MediaBrowser.Model/Dto/ItemCounts.cs b/MediaBrowser.Model/Dto/ItemCounts.cs
index 674f7cd206..34fe6ca645 100644
--- a/MediaBrowser.Model/Dto/ItemCounts.cs
+++ b/MediaBrowser.Model/Dto/ItemCounts.cs
@@ -1,5 +1,4 @@
-
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace MediaBrowser.Model.Dto
{
@@ -70,55 +69,8 @@ namespace MediaBrowser.Model.Dto
/// <value>The unique types.</value>
public List<string> UniqueTypes { get; set; }
- public int FavoriteAdultVideoCount { get; set; }
- /// <summary>
- /// Gets or sets the movie count.
- /// </summary>
- /// <value>The movie count.</value>
- public int FavoriteMovieCount { get; set; }
- /// <summary>
- /// Gets or sets the series count.
- /// </summary>
- /// <value>The series count.</value>
- public int FavoriteSeriesCount { get; set; }
- /// <summary>
- /// Gets or sets the episode count.
- /// </summary>
- /// <value>The episode count.</value>
- public int FavoriteEpisodeCount { get; set; }
- /// <summary>
- /// Gets or sets the game count.
- /// </summary>
- /// <value>The game count.</value>
- public int FavoriteGameCount { get; set; }
- /// <summary>
- /// Gets or sets the song count.
- /// </summary>
- /// <value>The song count.</value>
- public int FavoriteSongCount { get; set; }
- /// <summary>
- /// Gets or sets the album count.
- /// </summary>
- /// <value>The album count.</value>
- public int FavoriteAlbumCount { get; set; }
- /// <summary>
- /// Gets or sets the music video count.
- /// </summary>
- /// <value>The music video count.</value>
- public int FavoriteMusicVideoCount { get; set; }
- /// <summary>
- /// Gets or sets the box set count.
- /// </summary>
- /// <value>The box set count.</value>
- public int FavoriteBoxSetCount { get; set; }
- /// <summary>
- /// Gets or sets the book count.
- /// </summary>
- /// <value>The book count.</value>
- public int FavoriteBookCount { get; set; }
-
- public int FavoritePersonCount { get; set; }
- public int FavoriteArtistCount { get; set; }
+ public int PersonCount { get; set; }
+ public int ArtistCount { get; set; }
public ItemCounts()
{