mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 21:36:55 -05: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",
|
"--audio-display=no",
|
||||||
"--keep-open=no",
|
"--keep-open=no",
|
||||||
"--reset-on-next-file=pause",
|
"--reset-on-next-file=pause",
|
||||||
|
"--autoload-files=no",
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, window_id=None, debug=False):
|
def __init__(self, window_id=None, debug=False):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue