Skip to content

Commit 993ea86

Browse files
authored
Updated README.md
1 parent a7fe421 commit 993ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Lassi is simplest way to pick media (either image, video, audio or doc)
5252
.with(LassiOption.CAMERA_AND_GALLERY) // choose Option CAMERA, GALLERY or CAMERA_AND_GALLERY
5353
.setMaxCount(5)
5454
.setGridSize(3)
55-
.setMediaType(MediaType.VIDEO) // MediaType : VIDEO or IMAGE
55+
.setMediaType(MediaType.VIDEO) // MediaType : VIDEO IMAGE, AUDIO OR DOC
5656
.setMinTime(15) // for MediaType.VIDEO only
5757
.setMaxTime(30) // for MediaType.VIDEO only
5858
.setSupportedFileTypes("mp4", "mkv", "webm", "avi", "flv", "3gp") // Filter by limited media format (Optional)

0 commit comments

Comments
 (0)