force mpv --keep-open=no

This commit is contained in:
Dudemanguy911 2018-04-08 11:18:34 -05:00
parent 8577fe71cc
commit 63b6ffea44

View file

@ -73,6 +73,7 @@ class MPVBase:
"--force-window=no",
"--ontop",
"--audio-display=no",
"--keep-open=no",
]
def __init__(self, window_id=None, debug=False):