mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-12-12 06:56:31 +00:00
Fix dm video upload
This commit is contained in:
parent
4b6ab15e26
commit
c3e31ab81b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue