diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 08:46:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-10-01 08:46:02 +0530 |
commit | 91ed62de1dc8d1428bc27b6282adb2be973fdcbe (patch) | |
tree | 06c6c03093f1d941fada4ed3c8832819ac69fe87 | |
parent | 68b1ff0f855d5e3664833509e611442dff2c45d7 (diff) |
main: clean up
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ end local sub_setup = function () local out, name - mp.osd_message('fetching subtitles') + mp.osd_message('fetching subtitle') out = mp.get_property_native('sub-file-paths')[1] if out then |