aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-04 21:25:37 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-04 21:25:37 +0530
commitc6c93fcd02581d56a9ca21729e491dba2afe3352 (patch)
tree331a463979680edde2cb19b5a3161225566a511b
parent2ddcf86ee17e9ef3e8cf878365649bd69852f724 (diff)
mpv: no need to explicitly set subs after rescan
-rw-r--r--main.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.lua b/main.lua
index b7c7b3c..bcd8c37 100644
--- a/main.lua
+++ b/main.lua
@@ -99,8 +99,6 @@ local sub_setup = function ()
if r then
mp.commandv('rescan_external_files')
- mp.set_property('sid', 1)
-
mp.osd_message('fetched ' .. slangs[i - 1] .. ' subtitles')
else
note('failed to fetch subtitles')