Skip to content

Commit 3bdbfd1

Browse files
committed
Apply write_image workaround only in 9.3.0
1 parent 77c4058 commit 3bdbfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ultrahdr.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ local function generate_ultrahdr(encoding_variant, images, settings, step, total
427427

428428
function copy_or_export(src_image, dest, format, colorspace, props)
429429
-- Workaround for https://github.com/darktable-org/darktable/issues/17528
430-
local needs_workaround = dt.configuration.api_version_string == "9.3.0" or dt.configuration.api_version_string == "9.4.0"
430+
local needs_workaround = dt.configuration.api_version_string == "9.3.0"
431431
if not settings.force_export and df.get_filetype(src_image.filename) == df.get_filetype(dest) and
432432
not src_image.is_altered then
433433
return df.file_copy(src_image.path .. PS .. src_image.filename, dest)

0 commit comments

Comments
 (0)