Default log upload to enabled
This commit is contained in:
parent
bcb1c9b652
commit
73201ed498
|
@ -463,6 +463,6 @@ namespace MediaBrowser.Model.Configuration
|
|||
/// <summary>
|
||||
/// Gets or sets a value indicating whether clients should be allowed to upload logs.
|
||||
/// </summary>
|
||||
public bool AllowClientLogUpload { get; set; }
|
||||
public bool AllowClientLogUpload { get; set; } = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user