From 7ba3396ac766e3740eff75312a70db79efcb6fe3 Mon Sep 17 00:00:00 2001 From: Markus Peitl Date: Wed, 11 Oct 2023 16:09:25 +0200 Subject: [PATCH] - Add mpv-tools path resolve fix for newer mpv according to suggestion: https://github.com/VideoPlayerCode/mpv-tools/pull/3 --- init.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 init.js diff --git a/init.js b/init.js new file mode 100644 index 0000000..b5aff15 --- /dev/null +++ b/init.js @@ -0,0 +1 @@ +mp.module_paths.unshift("~~/scripts/modules.js"); \ No newline at end of file