diff --git a/backend/fichier/fichier.go b/backend/fichier/fichier.go index 18aa78a4a..fc7490b26 100644 --- a/backend/fichier/fichier.go +++ b/backend/fichier/fichier.go @@ -193,6 +193,7 @@ func NewFs(ctx context.Context, name string, root string, config configmap.Mappe f.features = (&fs.Features{ DuplicateFiles: true, CanHaveEmptyDirectories: true, + ReadMimeType: true, }).Fill(ctx, f) client := fshttp.NewClient(ctx)