mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 14:53:17 +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;
|
chunkTimeSec?: number;
|
||||||
useOriginalFileNames?: boolean;
|
useOriginalFileNames?: boolean;
|
||||||
includeAlbumData?: boolean;
|
includeAlbumData?: boolean;
|
||||||
|
includeVideos?: boolean;
|
||||||
maxItems?: number;
|
maxItems?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user