Add table id to PackageInfo.cs
This commit is contained in:
parent
ea9fddd5ca
commit
42d6785298
|
@ -8,6 +8,12 @@ namespace MediaBrowser.Model.Updates
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class PackageInfo
|
public class PackageInfo
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The internal id of this package.
|
||||||
|
/// </summary>
|
||||||
|
/// <value>The id.</value>
|
||||||
|
public int id { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the name.
|
/// Gets or sets the name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user