Media: render audio content
This commit is contained in:
parent
c919618bc0
commit
3d0e6a4130
15 changed files with 257 additions and 35 deletions
|
|
@ -196,7 +196,7 @@ class AndroidMediaPreProcessor @Inject constructor(
|
|||
val info = AudioInfo(
|
||||
duration = extractDuration(),
|
||||
size = file.length(),
|
||||
mimeType = mimeType,
|
||||
mimetype = mimeType,
|
||||
)
|
||||
|
||||
MediaUploadInfo.Audio(file, info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue