mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(photo-library): interface missing includeVideos
Co-authored-by: @devdaddy closes: #2624
This commit is contained in:
parent
0c6d1eabe2
commit
3f415f9bef
@ -252,6 +252,7 @@ export interface GetLibraryOptions {
|
||||
chunkTimeSec?: number;
|
||||
useOriginalFileNames?: boolean;
|
||||
includeAlbumData?: boolean;
|
||||
includeVideos?: boolean;
|
||||
maxItems?: number;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user