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

@@ -24,6 +24,12 @@ namespace MediaBrowser.Controller.Entities
/// <value>The players supported.</value>
public int? PlayersSupported { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is installed on client.
/// </summary>
/// <value><c>true</c> if this instance is installed on client; otherwise, <c>false</c>.</value>
public bool IsInstalledOnClient { get; set; }
/// <summary>
/// Gets or sets the game system.
/// </summary>