mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
add flac to supported audio formats
This commit is contained in:
parent
4317388225
commit
88581105d4
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ class FactEditor(object):
|
|||
w = self.focusedEdit()
|
||||
key = (_("Sounds/Videos") +
|
||||
" (*.mp3 *.ogg *.wav *.avi *.ogv *.mpg *.mpeg *.mov *.mp4 " +
|
||||
"*.mkv *.ogx *.ogv *.oga *.flv *.swf)")
|
||||
"*.mkv *.ogx *.ogv *.oga *.flv *.swf *.flac)")
|
||||
file = ui.utils.getFile(self.parent, _("Add audio"), "audio", key)
|
||||
if not file:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue