mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Merge pull request #701 from kelciour/mpv-autoload-external-files
Add --no-autoload-files option to mpv
This commit is contained in:
commit
a33a8d005f
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