mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
don't show album artwork
This commit is contained in:
parent
d0929e5bab
commit
d3233f2446
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ class MPVBase:
|
|||
"--no-terminal",
|
||||
"--force-window=no",
|
||||
"--ontop",
|
||||
"--audio-display=no",
|
||||
]
|
||||
|
||||
def __init__(self, window_id=None, debug=False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue