Skip to content

Commit 9183bee

Browse files
authored
video_ffmpeg add df.sanitize_filename()
I'm not 100% sure, but I think we need the df.sanitize_filename() here.
1 parent e5537fd commit 9183bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/video_ffmpeg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ local function finalize_export(storage, images_table, extra_data)
441441
else
442442
dt.print(_("SUCCESS"))
443443
if extra_data["open_after_export"] then
444-
dsys.launch_default_app(path)
444+
dsys.launch_default_app(df.sanitize_filename(path))
445445
end
446446
end
447447

0 commit comments

Comments
 (0)