aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-22 18:42:21 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-22 18:42:21 -0400
commit831c412ecf8ad5e259f1293ed4655b3a1b2997db (patch)
treeedb927faa4c9baf69f20da5f4af5a02af16b5e50 /MediaBrowser.Model
parent02b34c6393b7cbff9085042f5b1f8e08c38c398e (diff)
Added IsInstalledOnClient to Game
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Dto/GameSystemSummary.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dto/GameSystemSummary.cs b/MediaBrowser.Model/Dto/GameSystemSummary.cs
index a9931417a..1da3bb0ac 100644
--- a/MediaBrowser.Model/Dto/GameSystemSummary.cs
+++ b/MediaBrowser.Model/Dto/GameSystemSummary.cs
@@ -32,6 +32,12 @@ namespace MediaBrowser.Model.Dto
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>
public GameSystemSummary()