RAW: Remove CR3 from Darktable file extension blacklist #2703
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
eec31c4938
commit
9f81151475
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue