diff options
| author | Wis <im@wis.am> | 2021-09-13 17:17:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 10:17:29 -0400 |
| commit | f1814b3690d61cc122c83381ed013eaf20a33971 (patch) | |
| tree | ceb1f7734539bac3ba1fb0406e3f027205a7a2fe /.gitmodules | |
| parent | 9a2dc2618e4875b59a19709ec810402ce7d5df28 (diff) | |
| download | eibhear-f1814b3690d61cc122c83381ed013eaf20a33971.tar.gz eibhear-f1814b3690d61cc122c83381ed013eaf20a33971.tar.zst eibhear-f1814b3690d61cc122c83381ed013eaf20a33971.zip | |
mpv: fix error on launch by removing directories inside mpv's scripts directory (#1004)
* remove dirs from mpv scripts dir
* remove submodule dir from mpv scripts dir
* add script_modules directory outside scripts direcoty
* load modules/plugins from script_modules, outside mpv's script-files-only directory
* rename variable
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4f7c5dd..c8bf5fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule ".config/mpv/scripts/mpvSockets"] - path = .config/mpv/scripts/mpvSockets +[submodule ".config/mpv/script_modules/mpvSockets"] + path = .config/mpv/script_modules/mpvSockets url = https://github.com/wis/mpvSockets.git |
