Fixed a couple of merge errors.

This commit is contained in:
Greenback
2020-11-21 14:09:56 +00:00
parent 33f6b13d4f
commit 086e2fdaa1
2 changed files with 2 additions and 9 deletions

View File

@@ -233,7 +233,7 @@ namespace MediaBrowser.Model.Configuration
/// Gets or sets a value indicating whether quick connect is available for use on this server.
/// </summary>
public bool QuickConnectAvailable { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether access outside of the LAN is permitted.
/// </summary>
@@ -440,4 +440,4 @@ namespace MediaBrowser.Model.Configuration
/// </summary>
public int? ActivityLogRetentionDays { get; set; } = 30;
}
}
}