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 52f17c12e0
commit 8306bc1e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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