mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Re-add previously supported file extensions for media
(They had been removed in 2ae342592c
).
This commit is contained in:
parent
186ff1f185
commit
d6fb4acd38
2 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,8 @@ Andreas Reis <github.com/rathsky>
|
||||||
Matt Krump <github.com/mkrump>
|
Matt Krump <github.com/mkrump>
|
||||||
Alexander Presnyakov <flagist0@gmail.com>
|
Alexander Presnyakov <flagist0@gmail.com>
|
||||||
abdo <github.com/ANH25>
|
abdo <github.com/ANH25>
|
||||||
|
aplaice <plaice.adam+github@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
The text of the 3 clause BSD license follows:
|
The text of the 3 clause BSD license follows:
|
||||||
|
|
|
@ -58,6 +58,11 @@ audio = (
|
||||||
"spx",
|
"spx",
|
||||||
"oga",
|
"oga",
|
||||||
"webm",
|
"webm",
|
||||||
|
"mpg",
|
||||||
|
"ogx",
|
||||||
|
"avi",
|
||||||
|
"flv",
|
||||||
|
"ogv",
|
||||||
)
|
)
|
||||||
|
|
||||||
_html = """
|
_html = """
|
||||||
|
|
Loading…
Reference in a new issue