|
|
@ -271,6 +271,7 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public string[] KnownProxies { get; set; }
|
|
|
|
public string[] KnownProxies { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the number of days we should retain activity logs.
|
|
|
|
/// Gets or sets the number of days we should retain activity logs.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public int? ActivityLogRetentionDays { get; set; }
|
|
|
|
public int? ActivityLogRetentionDays { get; set; }
|
|
|
|