aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto/GameSystemSummary.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Dto/GameSystemSummary.cs')
-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()