فهرست منبع

Add adult only indicator to PackageInfo

Eric Reed 11 سال پیش
والد
کامیت
2b14be8643
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      MediaBrowser.Model/Updates/PackageInfo.cs

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

@@ -38,6 +38,12 @@ namespace MediaBrowser.Model.Updates
         /// <value><c>true</c> if this instance is premium; otherwise, <c>false</c>.</value>
         /// <value><c>true</c> if this instance is premium; otherwise, <c>false</c>.</value>
         public bool isPremium { get; set; }
         public bool isPremium { get; set; }
 
 
+        /// <summary>
+        /// Gets or sets a value indicating whether this instance is adult only content.
+        /// </summary>
+        /// <value><c>true</c> if this instance is adult; otherwise, <c>false</c>.</value>
+        public bool adult { get; set; }
+
         /// <summary>
         /// <summary>
         /// Gets or sets the rich desc URL.
         /// Gets or sets the rich desc URL.
         /// </summary>
         /// </summary>