diff options
Diffstat (limited to 'MediaBrowser.Controller/Entities/Game.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Game.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/Game.cs b/MediaBrowser.Controller/Entities/Game.cs index ef115c691..6c15e7303 100644 --- a/MediaBrowser.Controller/Entities/Game.cs +++ b/MediaBrowser.Controller/Entities/Game.cs @@ -25,6 +25,12 @@ namespace MediaBrowser.Controller.Entities 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> /// <value>The game system.</value> |
