|
@@ -88,7 +88,7 @@ export default defineComponent({
|
|
}
|
|
}
|
|
const mediaType = computed(() => {
|
|
const mediaType = computed(() => {
|
|
const subfix = (record.value?.videoFilePath || '').split('.').pop()
|
|
const subfix = (record.value?.videoFilePath || '').split('.').pop()
|
|
- if (subfix === 'wav' || subfix === 'mp3') {
|
|
|
|
|
|
+ if (subfix === 'wav' || subfix === 'mp3'|| subfix === 'm4a') {
|
|
return 'audio'
|
|
return 'audio'
|
|
}
|
|
}
|
|
return 'video'
|
|
return 'video'
|