diff --git a/syncplay/constants.py b/syncplay/constants.py index 42da8b0..b0b59b2 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -241,6 +241,7 @@ MPV_ARGS = {'force-window': 'yes', 'keep-open': 'yes', 'input-terminal': 'no', 'term-playing-msg': '\nANS_filename=${filename}\nANS_length=${=duration:${=length:0}}\nANS_path=${path}\n', + 'keep-open-pause': 'yes' }