✨ File reanalysis now validate the thumbnail / compressed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace DysonNetwork.Drive.Storage;
|
||||
|
||||
public class FileReanalysisOptions
|
||||
{
|
||||
public bool Enabled { get; set; } = true;
|
||||
public bool ValidateCompression { get; set; } = true;
|
||||
public bool ValidateThumbnails { get; set; } = true;
|
||||
}
|
||||
Reference in New Issue
Block a user