🐛 Fix file reanalysis service didn't got configured
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
namespace DysonNetwork.Drive.Storage;
|
||||
namespace DysonNetwork.Drive.Storage.Options;
|
||||
|
||||
public class FileReanalysisOptions
|
||||
{
|
||||
public bool Enabled { get; set; } = true;
|
||||
public bool ValidateCompression { get; set; } = true;
|
||||
public bool ValidateThumbnails { get; set; } = true;
|
||||
public bool Enabled { get; init; } = true;
|
||||
public bool ValidateCompression { get; init; } = true;
|
||||
public bool ValidateThumbnails { get; init; } = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user