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:
TheFeelTrain 2021-12-08 03:25:47 -08:00 committed by GitHub
parent a7c6dd5560
commit 10f3c57564

View file

@ -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",