Fix media_previewer config option default handling

This commit is contained in:
Rene Schallner
2022-08-18 22:56:13 +02:00
parent 7aa2d18237
commit 0c843429ab

View File

@@ -2927,6 +2927,7 @@ local function Setup(cfg)
if has_pcre == 0 then if has_pcre == 0 then
M.Cfg.rg_pcre = true M.Cfg.rg_pcre = true
end end
M.Cfg.media_previewer = cfg.media_previewer
end end
local function _setup(cfg) local function _setup(cfg)