fix(photo-library): interface missing includeVideos

Co-authored-by: @devdaddy 

closes: #2624
This commit is contained in:
Daniel Sogl 2018-08-16 21:58:30 +02:00 committed by GitHub
parent 0c6d1eabe2
commit 3f415f9bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,7 @@ export interface GetLibraryOptions {
chunkTimeSec?: number;
useOriginalFileNames?: boolean;
includeAlbumData?: boolean;
includeVideos?: boolean;
maxItems?: number;
}