update to servicestack 3.9.62

This commit is contained in:
Luke Pulverenti
2013-09-22 12:49:55 -04:00
parent d9fecd78a5
commit 6146b57e7c
18 changed files with 63 additions and 51 deletions

View File

@@ -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; }
}
}