SAAS-922 - change file extensions in pypo based on mime-type, update lists of accepted mime types
This commit is contained in:
parent
041053b171
commit
1816be156f
5 changed files with 52 additions and 19 deletions
|
@ -22,7 +22,7 @@ $(document).ready(function() {
|
|||
unique_names : 'true',
|
||||
multiple_queues : 'true',
|
||||
filters : [
|
||||
{title: "Audio Files", extensions: "ogg,mp3,oga,flac,wav,m4a,mp4,opus"}
|
||||
{title: "Audio Files", extensions: "ogg,mp3,oga,flac,wav,m4a,mp4,opus,aac,oga,mp1,mp2,wma,au"}
|
||||
],
|
||||
multipart_params : {
|
||||
"csrf_token" : $("#csrf").attr('value'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue