http://kseti77xagomoqfzqnphxwhjjlfs2exj6b2fmr3sh6pk23tkcz5dseid.onion/git/mpv-scripts.git/commit/scripts/uosc/lib/menus.lua
'-result', + search_style = 'disabled', + items = {{icon = 'spinner', align = 'center', selectable = false, muted = true}}, + }, function(event) + if event.type == 'key' and event.key == 'enter' then + menu:close() + end + end) + + local args = itable_join({'download-subtitles'}, credentials, { + '--file-id', tostring(data.id), + '--destination', destination_directory, + }) + + call_ziggy_async(args, function(error, data) + if not menu:is_alive() then return end + if...