updated nuget

This commit is contained in:
Luke Pulverenti
2013-04-24 18:34:38 -04:00
parent 29e1330c3a
commit 9fb1e8c00f
12 changed files with 64 additions and 80 deletions

View File

@@ -96,6 +96,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The production year.</value>
public int? ProductionYear { get; set; }
/// <summary>
/// Gets or sets the players supported by a game.
/// </summary>
/// <value>The players.</value>
public int? Players { get; set; }
/// <summary>
/// Gets or sets the index number.
/// </summary>