MT#55682 When uploading greeting files in CSC, filter shows unsupported options.

Change-Id: I5707d9d1f8a9209d3fbe36879e5380ffc3f06a74
(cherry picked from commit 7f1094b8dd)
mr10.5.5
Hugo Zigha 3 years ago committed by Marco Capetta
parent e9746969ac
commit 63bd409ea9

@ -241,7 +241,7 @@ export default {
return 'music_note'
},
soundFileTypes () {
return '.wav,.mp3,.ogg'
return '.wav'
},
soundFileFormat () {
return this.platform.mozilla ? 'ogg' : 'mp3'

Loading…
Cancel
Save