We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db7b5f commit dd3a608Copy full SHA for dd3a608
1 file changed
src/patched_osc.lua
@@ -2271,6 +2271,7 @@ function render()
2271
render_message(ass)
2272
2273
-- mpv_thumbnail_script.lua --
2274
+ local thumb_was_visible = osc_thumb_state.visible
2275
osc_thumb_state.visible = false
2276
-- // mpv_thumbnail_script.lua // --
2277
@@ -2280,7 +2281,7 @@ function render()
2280
2281
end
2282
2283
- if not osc_thumb_state.visible then
2284
+ if not osc_thumb_state.visible and thumb_was_visible then
2285
hide_thumbnail()
2286
2287
0 commit comments