Fix dm video upload

This commit is contained in:
Ammar Githam 2021-05-24 23:40:08 +09:00
parent 4b6ab15e26
commit c3e31ab81b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ fun createUploadDmVideoOptions(
duration, duration,
width, width,
height, height,
true, isDirect = true,
mediaType = MediaItemType.MEDIA_TYPE_VIDEO, mediaType = MediaItemType.MEDIA_TYPE_VIDEO,
) )
} }