From 831c412ecf8ad5e259f1293ed4655b3a1b2997db Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 22 Sep 2013 18:42:21 -0400 Subject: Added IsInstalledOnClient to Game --- MediaBrowser.Model/Dto/GameSystemSummary.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/Dto/GameSystemSummary.cs b/MediaBrowser.Model/Dto/GameSystemSummary.cs index a9931417ae..1da3bb0acd 100644 --- a/MediaBrowser.Model/Dto/GameSystemSummary.cs +++ b/MediaBrowser.Model/Dto/GameSystemSummary.cs @@ -31,6 +31,12 @@ namespace MediaBrowser.Model.Dto /// The game extensions. public List GameFileExtensions { get; set; } + /// + /// Gets or sets the client installed game count. + /// + /// The client installed game count. + public int ClientInstalledGameCount { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3