diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-05-03 22:03:07 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-05-03 22:03:07 -0700 |
| commit | 061a0c6f5546b7a0ffd429dd19560d35ca2cf5c6 (patch) | |
| tree | a023efeb4f40a8be77be1f55e033172cf777ca8b /MediaBrowser.Model | |
| parent | 0eed82c5049ce01b1907db987dc6f97f3d636e21 (diff) | |
| parent | 4279ed529d625b0d5265a90932fbdc10fce42830 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Dto/ItemByNameCounts.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Dto/ItemByNameCounts.cs b/MediaBrowser.Model/Dto/ItemByNameCounts.cs index b650eb566..ec8e0e95f 100644 --- a/MediaBrowser.Model/Dto/ItemByNameCounts.cs +++ b/MediaBrowser.Model/Dto/ItemByNameCounts.cs @@ -22,10 +22,10 @@ namespace MediaBrowser.Model.Dto /// <value>The series count.</value> public int SeriesCount { get; set; } /// <summary> - /// Gets or sets the episode guest star count. + /// Gets or sets the episode count. /// </summary> - /// <value>The episode guest star count.</value> - public int EpisodeGuestStarCount { get; set; } + /// <value>The episode count.</value> + public int EpisodeCount { get; set; } /// <summary> /// Gets or sets the game count. /// </summary> |
