From 364c09d11fb1a8e319d8d08d9fd804f7b44317bf Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:08:37 +0900 Subject: modified scripts/integrity-check.lua, modified scripts/keep-window-size.lua, modified scripts/slicing.lua, modified scripts/thumbfast.lua --- ar/.config/mpv/scripts/thumbfast.lua | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'ar/.config/mpv/scripts/thumbfast.lua') diff --git a/ar/.config/mpv/scripts/thumbfast.lua b/ar/.config/mpv/scripts/thumbfast.lua index 70c192b..d9ac984 100644 --- a/ar/.config/mpv/scripts/thumbfast.lua +++ b/ar/.config/mpv/scripts/thumbfast.lua @@ -740,23 +740,20 @@ local function draw(w, h, script) scale_h, }) else - mp.command_native_async( - { - "overlay-add", - options.overlay_id, - x, - y, - options.thumbnail .. ".bgra", - 0, - "bgra", - w, - h, - (4 * w), - scale_w, - scale_h, - }, - function() end - ) + mp.command_native_async({ + "overlay-add", + options.overlay_id, + x, + y, + options.thumbnail .. ".bgra", + 0, + "bgra", + w, + h, + (4 * w), + scale_w, + scale_h, + }, function() end) end elseif script then local json, err = mp.utils.format_json({ -- cgit v1.2.3