diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-26 18:31:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 18:31:13 -0400 |
commit | a739005350c5d76ee0e7e03c27dfccf84d7e429d (patch) | |
tree | a3a19a8c1910c373fd44ebdbfd5eedd98a38d72b /src | |
parent | dcc23b2173f09c68933047ac9b9b9b278b20ce70 (diff) | |
parent | 4e6bbf884c7dafe9051b27cc1942e980c2049d72 (diff) |
Merge pull request #529 from grusuTagg/tma1031-Video-Album
[TMA-1031] Add Videos to SmartAlbum in Camera
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/camera.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/camera.ts b/src/utils/camera.ts index 8104ba74..9b63c808 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -67,6 +67,7 @@ export const navigateToMediaPicker = ( 'SelfPortraits', 'Screenshots', 'UserLibrary', + 'Videos', ], mediaType: 'any', compressVideoPreset: 'Passthrough', |