diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-20 13:08:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-20 13:08:37 +0900 |
| commit | 364c09d11fb1a8e319d8d08d9fd804f7b44317bf (patch) | |
| tree | 4a18d500f83d75dc3c3468f2b466ce2136a2bec8 /ar/.config/mpv/scripts/thumbfast.lua | |
| parent | 6a0348deb81c8295e7a64ee04fe1f1bfa898543d (diff) | |
modified scripts/integrity-check.lua, modified scripts/keep-window-size.lua, modified scripts/slicing.lua, modified scripts/thumbfast.lua
Diffstat (limited to 'ar/.config/mpv/scripts/thumbfast.lua')
| -rw-r--r-- | ar/.config/mpv/scripts/thumbfast.lua | 31 |
1 files changed, 14 insertions, 17 deletions
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({ |
