fix: render when thumbnail size changes (#267)

This commit is contained in:
christoph-heinrich
2022-09-26 22:29:47 +02:00
committed by GitHub
parent 1407dca28b
commit 18f5660a41

View File

@@ -4713,5 +4713,6 @@ mp.register_script_message('thumbfast-info', function(json)
msg.error('thumbfast-info: received json didn\'t produce a table with thumbnail information')
else
thumbnail = data
request_render()
end
end)