mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
Dont Auto Correct m4a Files
This commit is contained in:
parent
053ceab586
commit
e04fc4e17b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const extensionMap = {
|
||||||
"ogg": [".ogv", ".oga", ".ogx", ".ogm", ".spx", ".opus"],
|
"ogg": [".ogv", ".oga", ".ogx", ".ogm", ".spx", ".opus"],
|
||||||
"jpg": [".jpg", ".jpeg", ".jfif", ".jpe", ".jif", ".jfi", ".pjpeg", ".pjp"],
|
"jpg": [".jpg", ".jpeg", ".jfif", ".jpe", ".jif", ".jfi", ".pjpeg", ".pjp"],
|
||||||
"svg": [".svgz"],
|
"svg": [".svgz"],
|
||||||
"mp4": [".m4v", ".m4a", ".m4r", ".m4b", ".m4p"],
|
"mp4": [".m4v", ".m4r", ".m4b", ".m4p"],
|
||||||
"mov": [".movie", ".qt"],
|
"mov": [".movie", ".qt"],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue