mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add .aac files to editor (#1540)
.aac files work as expected, but Anki doesn't pick them up by default.
This commit is contained in:
parent
52f17c12e0
commit
8306bc1e25
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ from aqt.webview import AnkiWebView
|
|||
pics = ("jpg", "jpeg", "png", "tif", "tiff", "gif", "svg", "webp", "ico")
|
||||
audio = (
|
||||
"3gp",
|
||||
"aac",
|
||||
"avi",
|
||||
"flac",
|
||||
"flv",
|
||||
|
|
Loading…
Reference in a new issue