Skip to content

Commit cf66d15

Browse files
committed
update comment
1 parent 3789fce commit cf66d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpvacious/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function this.join_two_sorted_lists(a1, a2)
408408
end
409409

410410
function this.find_mpv_scripts_dir()
411-
local this_dir = mp.get_script_directory() -- this_dir points to ~/.config/mpv/scripts/subs2srs (where mpvacious is installed)
411+
local this_dir = mp.get_script_directory() -- this_dir points to ~/.config/mpv/scripts/mpvacious (where mpvacious is installed)
412412
local scripts_dir, _ = utils.split_path(this_dir) -- scripts_dir points to ~/.config/mpv/scripts/
413413
return scripts_dir:gsub("/$", "")
414414
end

0 commit comments

Comments
 (0)