Add adult only indicator to PackageInfo

This commit is contained in:
Eric Reed 2014-06-07 11:15:20 -04:00
parent f271e358a1
commit 2b14be8643

View file

@ -38,6 +38,12 @@ namespace MediaBrowser.Model.Updates
/// <value><c>true</c> if this instance is premium; otherwise, <c>false</c>.</value>
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>
/// Gets or sets the rich desc URL.
/// </summary>