Explorar el Código

Add table id to PackageInfo.cs

Eric Reed hace 11 años
padre
commit
42d6785298
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>