浏览代码

display top plugins

Luke Pulverenti 9 年之前
父节点
当前提交
5de40ed147
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      MediaBrowser.Model/Updates/PackageInfo.cs

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

@@ -159,6 +159,12 @@ namespace MediaBrowser.Model.Updates
         /// <value><c>true</c> if [enable in application store]; otherwise, <c>false</c>.</value>
         public bool enableInAppStore { get; set; }
 
+        /// <summary>
+        /// Gets or sets the installs.
+        /// </summary>
+        /// <value>The installs.</value>
+        public int installs { get; set; }
+        
         /// <summary>
         /// Initializes a new instance of the <see cref="PackageInfo"/> class.
         /// </summary>