diff --git a/qt/aqt/mpv.py b/qt/aqt/mpv.py index da0cad250..eab2e4514 100644 --- a/qt/aqt/mpv.py +++ b/qt/aqt/mpv.py @@ -84,6 +84,7 @@ class MPVBase: "--ontop", "--audio-display=no", "--keep-open=no", + "--reset-on-next-file=pause", ] def __init__(self, window_id=None, debug=False):