Added IsInstalledOnClient to Game

This commit is contained in:
Luke Pulverenti
2013-09-22 18:42:21 -04:00
parent 02b34c6393
commit 831c412ecf
4 changed files with 51 additions and 1 deletions

View File

@@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The game extensions.</value>
public List<string> GameFileExtensions { get; set; }
/// <summary>
/// Gets or sets the client installed game count.
/// </summary>
/// <value>The client installed game count.</value>
public int ClientInstalledGameCount { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="GameSystemSummary"/> class.
/// </summary>