http://kseti77xagomoqfzqnphxwhjjlfs2exj6b2fmr3sh6pk23tkcz5dseid.onion/git/mpv-scripts.git/commit/scripts/uosc/lib/menus.lua
. '/' .. data.total), + italic = true, + muted = true, + icon = 'file_download', + selectable = false, + }, + { + title = t('Resets in: %s', data.reset_time), + italic = true, + muted = true, + icon = 'schedule', + selectable = false, + }, + }) + end) + end + + ---@param query string + ---@param page number|nil + handle_search = function(query, page) + if not menu:is_alive() then return end + page = math.max(1, type(page) == 'number' and round(page) or 1) +...