diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-26 11:13:34 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-26 11:13:34 -0500 |
commit | be54dff61c6a88dec8a9739154d393beb3d0785d (patch) | |
tree | 5e0f468ded32c1d6fcc5300cd619abd3217a2bae /common/.mpv/script-opts | |
parent | 78bb8c3c492a294b2e37570b2b74df5a09e2ee9d (diff) | |
download | dotfiles-be54dff61c6a88dec8a9739154d393beb3d0785d.tar.gz dotfiles-be54dff61c6a88dec8a9739154d393beb3d0785d.zip |
MPV/subs2srs: Fix typo in config
Diffstat (limited to 'common/.mpv/script-opts')
-rw-r--r-- | common/.mpv/script-opts/subs2srs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/.mpv/script-opts/subs2srs.conf b/common/.mpv/script-opts/subs2srs.conf index 1b721ee..f384ec5 100644 --- a/common/.mpv/script-opts/subs2srs.conf +++ b/common/.mpv/script-opts/subs2srs.conf @@ -101,7 +101,7 @@ tie_volumes=no # overwrite more than the value specified below # Just remember that having multiple cards with the same sentence # and the same audio recording is usually bad practice. -card_overwrite_safeguard = 1 +card_overwrite_safeguard=1 # Remove text in parentheses and leading/trailing spaces or # newlines that may interfere with Rikaitan before copying |