mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Merge branch 'master' into NetworkPR2
This commit is contained in:
@@ -426,5 +426,10 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// Gets or sets the known proxies.
|
||||
/// </summary>
|
||||
public string[] KnownProxies { get; set; } = Array.Empty<string>();
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the number of days we should retain activity logs.
|
||||
/// </summary>
|
||||
public int? ActivityLogRetentionDays { get; set; } = 30;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user