Skip to content

Instantly share code, notes, and snippets.

@rossy
Created December 16, 2016 02:47
Show Gist options
  • Save rossy/f13d76e77f28420af5f3e6fbe313988c to your computer and use it in GitHub Desktop.
Save rossy/f13d76e77f28420af5f3e6fbe313988c to your computer and use it in GitHub Desktop.
mp.observe_property('vo-configured', 'bool', function(name, value)
if value then
mp.set_property('keep-open', 'yes')
else
mp.set_property('keep-open', 'no')
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment