diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 09:51:40 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 09:51:40 +0530 |
commit | 2a283f190d74813f933b95e43aa45c1d774e4c8f (patch) | |
tree | eaae89df0021da386e72c309c47f8e931015c3a8 | |
parent | a0cc0578c5326cc6e720a3d53d62bd424a9f51be (diff) |
mpv: init support for links
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ local sub_setup = function () end mkdir(out) - name = mp.get_property_native('path') + name = mp.get_property_native('path'):match('[^/]*$') name = util.string_rm_vid_ext(name) out = out .. '/' .. name .. '.srt' |