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 --- docs/terminal-media-launcher-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/terminal-media-launcher-config.md') diff --git a/docs/terminal-media-launcher-config.md b/docs/terminal-media-launcher-config.md index a5bf674..b1ecca3 100644 --- a/docs/terminal-media-launcher-config.md +++ b/docs/terminal-media-launcher-config.md @@ -122,7 +122,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 @@ -211,7 +211,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