http://kseti77xagomoqfzqnphxwhjjlfs2exj6b2fmr3sh6pk23tkcz5dseid.onion/git/mpv-scripts.git/commit/scripts/uosc/lib/menus.lua
fun(data: any):boolean + ---@return boolean abort Whether the further response handling should be aborted. + local function should_abort(error, data, check_is_valid) + if error or not data or (not check_is_valid or not check_is_valid(data)) then + menu:update_items({ + { + title = t('Something went wrong.'), + align = 'center', + muted = true, + italic = true, + selectable = false, + }, + { + title = t('See console for details.'), + align =...