mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
fix formatting and update summary
This commit is contained in:
@@ -159,8 +159,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the threshold in minutes after a inactive session gets closed automatically.
|
||||
/// If set to 0 the check for inactive sessions gets disabled.
|
||||
/// </summary>
|
||||
/// <value>The close inactive session threshold in minutes.</value>
|
||||
/// <value>The close inactive session threshold in minutes. 0 to disable.</value>
|
||||
public int InactiveSessionThreshold { get; set; } = 10;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user