From 027bf3ff497ead2ab69d1660e6928eea28530c64 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Tue, 3 Sep 2024 17:30:16 -0400 Subject: Update default config --- man/terminal-media-launcher-config.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/terminal-media-launcher-config.5') diff --git a/man/terminal-media-launcher-config.5 b/man/terminal-media-launcher-config.5 index 0a818b9..d2a1b46 100644 --- a/man/terminal-media-launcher-config.5 +++ b/man/terminal-media-launcher-config.5 @@ -133,7 +133,7 @@ local function addEntries(parentGroup, startDir, filePattern, recursive) if string.match(file, filePattern) then table.insert(parentGroup.Entries, { name = file, - path = fullFilePath + path = '"' .. fullFilePath .. '"' }) end end @@ -197,7 +197,7 @@ local function addEntries(parentGroup, startDir, filePattern, recursive) if string.match(file, filePattern) then table.insert(parentGroup.Entries, { name = file, - path = fullFilePath + path = '"' .. fullFilePath .. '"' }) end end -- cgit