We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3789fce commit cf66d15Copy full SHA for cf66d15
mpvacious/helpers.lua
@@ -408,7 +408,7 @@ function this.join_two_sorted_lists(a1, a2)
408
end
409
410
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)
+ local this_dir = mp.get_script_directory() -- this_dir points to ~/.config/mpv/scripts/mpvacious (where mpvacious is installed)
412
local scripts_dir, _ = utils.split_path(this_dir) -- scripts_dir points to ~/.config/mpv/scripts/
413
return scripts_dir:gsub("/$", "")
414
0 commit comments