mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Readded some stuff
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
public class BaseApplicationConfiguration
|
||||
{
|
||||
// TODO: @bond Remove?
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable debug level logging].
|
||||
/// </summary>
|
||||
@@ -21,6 +22,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// <value><c>true</c> if [enable auto update]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableAutoUpdate { get; set; }
|
||||
|
||||
// TODO: @bond Remove?
|
||||
/// <summary>
|
||||
/// The number of days we should retain log files
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user