Skip to content

Commit

Permalink
Update playlistmanager.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
redomCL authored Oct 15, 2024
1 parent b0e0dcd commit bb628e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpv/portable_config/scripts/playlistmanager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ function normalize(path)
path = mp.command_native({"normalize-path", path})
else
local directory = mp.get_property("working-directory", "")
path = mp.utils.join_path(directory, path:gusb('^%.[\\/]',''))
path = utils.join_path(directory, path:gsub('^%.[\\/]',''))
if is_windows then path = path:gsub("\\", "/") end
end
return path
Expand Down

0 comments on commit bb628e1

Please sign in to comment.