2
0
Эх сурвалжийг харах

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

Luke Pulverenti 11 жил өмнө
parent
commit
3f4784f788

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