From 8306bc1e25b94704221d2a115c0c02464db29b29 Mon Sep 17 00:00:00 2001 From: TheFeelTrain Date: Wed, 8 Dec 2021 03:25:47 -0800 Subject: [PATCH] Add .aac files to editor (#1540) .aac files work as expected, but Anki doesn't pick them up by default. --- qt/aqt/editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 5e4b57960..d01bfe9f9 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -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",