aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-10-01 09:22:32 +0530
committersinanmohd <sinan@sinanmohd.com>2023-10-01 09:34:12 +0530
commit715d6969d8b6094e93d699c08f35fc2b2b110d01 (patch)
treea0815ff89638981fda75e01fe155ad4baa184a56 /server
parent23c203bc8a0ec7bba33a2554a9d03cd7c54bb5fd (diff)
mpv: now works without sub-auto=fuzzy
Diffstat (limited to 'server')
-rw-r--r--server/subscene.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/subscene.lua b/server/subscene.lua
index ccd4d9a..027f15a 100644
--- a/server/subscene.lua
+++ b/server/subscene.lua
@@ -180,7 +180,6 @@ end
local search = function (key, out)
local title, id, link, rc
- key = util.string_rm_vid_ext(key)
title, rc = title_search(key)
if not rc then
util.error('err: subscene: title_search')