mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Add --no-autoload-files option to mpv
This commit is contained in:
parent
bb6124cfd5
commit
f2027cca96
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class MPVBase:
|
|||
"--audio-display=no",
|
||||
"--keep-open=no",
|
||||
"--reset-on-next-file=pause",
|
||||
"--autoload-files=no",
|
||||
]
|
||||
|
||||
def __init__(self, window_id=None, debug=False):
|
||||
|
|
Loading…
Reference in a new issue