Add table id to PackageInfo.cs

This commit is contained in:
Eric Reed 2013-11-05 09:07:01 -05:00
parent ea9fddd5ca
commit 42d6785298
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ namespace MediaBrowser.Model.Updates
/// </summary>
public class PackageInfo
{
/// <summary>
/// The internal id of this package.
/// </summary>
/// <value>The id.</value>
public int id { get; set; }
/// <summary>
/// Gets or sets the name.
/// </summary>