Browse Source

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Luke Pulverenti 11 năm trước cách đây
mục cha
commit
3f4784f788
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      MediaBrowser.Model/Updates/PackageInfo.cs

+ 6 - 0
MediaBrowser.Model/Updates/PackageInfo.cs

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