diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-22 12:49:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-22 12:49:55 -0400 |
| commit | 6146b57e7c908d301f5aee3a8cdd996b395db363 (patch) | |
| tree | 0589c46675387ac7214c9eb28dd8251398c1ca59 /MediaBrowser.Controller/Entities/GameSystem.cs | |
| parent | d9fecd78a54453a7656f649a6fcfc654f74dbdf6 (diff) | |
update to servicestack 3.9.62
Diffstat (limited to 'MediaBrowser.Controller/Entities/GameSystem.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/GameSystem.cs | 6 |
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; } } } |
