mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
4 lines
215 B
Lua
4 lines
215 B
Lua
local mpv_config_dir_path = require("mp").command_native({"expand-path", "~~/"})
|
|
function load(relative_path) dofile(mpv_config_dir_path .. "/script_modules/" .. relative_path) end
|
|
load("mpvSockets/mpvSockets.lua")
|