mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
workaround for audio tracks get clipped at the end
This commit is contained in:
parent
c352314ed8
commit
f1d1301fe6
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class MPVBase:
|
||||||
"--audio-display=no",
|
"--audio-display=no",
|
||||||
"--keep-open=no",
|
"--keep-open=no",
|
||||||
"--autoload-files=no",
|
"--autoload-files=no",
|
||||||
|
"--gapless-audio=no",
|
||||||
]
|
]
|
||||||
|
|
||||||
def __init__(self, window_id=None, debug=False):
|
def __init__(self, window_id=None, debug=False):
|
||||||
|
|
Loading…
Reference in a new issue