mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
Default log upload to enabled
This commit is contained in:
@@ -463,6 +463,6 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether clients should be allowed to upload logs.
|
/// Gets or sets a value indicating whether clients should be allowed to upload logs.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool AllowClientLogUpload { get; set; }
|
public bool AllowClientLogUpload { get; set; } = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user