RAW: Remove CR3 from Darktable file extension blacklist #2703

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-09-14 21:04:05 +02:00
parent eec31c4938
commit 9f81151475

View file

@ -530,7 +530,7 @@ var Flags = CliFlags{
Flag: cli.StringFlag{
Name: "darktable-blacklist",
Usage: "do not use Darktable to convert files with these `EXTENSIONS`",
Value: "dng,cr3",
Value: "dng",
EnvVar: "PHOTOPRISM_DARKTABLE_BLACKLIST",
}},
CliFlag{