mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Reset pause mode when switching to the next file
This commit is contained in:
parent
d64c26f20a
commit
678b751010
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class MPVBase:
|
||||||
"--ontop",
|
"--ontop",
|
||||||
"--audio-display=no",
|
"--audio-display=no",
|
||||||
"--keep-open=no",
|
"--keep-open=no",
|
||||||
|
"--reset-on-next-file=pause",
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, window_id=None, debug=False):
|
def __init__(self, window_id=None, debug=False):
|
||||||
|
|
Loading…
Reference in a new issue