aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/GameSystem.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-22 12:49:55 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-22 12:49:55 -0400
commit6146b57e7c908d301f5aee3a8cdd996b395db363 (patch)
tree0589c46675387ac7214c9eb28dd8251398c1ca59 /MediaBrowser.Controller/Entities/GameSystem.cs
parentd9fecd78a54453a7656f649a6fcfc654f74dbdf6 (diff)
update to servicestack 3.9.62
Diffstat (limited to 'MediaBrowser.Controller/Entities/GameSystem.cs')
-rw-r--r--MediaBrowser.Controller/Entities/GameSystem.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/GameSystem.cs b/MediaBrowser.Controller/Entities/GameSystem.cs
index 39e95b91d..644405b4d 100644
--- a/MediaBrowser.Controller/Entities/GameSystem.cs
+++ b/MediaBrowser.Controller/Entities/GameSystem.cs
@@ -19,5 +19,11 @@ namespace MediaBrowser.Controller.Entities
return Id;
}
}
+
+ /// <summary>
+ /// Gets or sets the game system.
+ /// </summary>
+ /// <value>The game system.</value>
+ public string GameSystemName { get; set; }
}
}