mirror of
https://github.com/jlengrand/picasa.git
synced 2026-03-10 08:31:19 +00:00
@@ -145,6 +145,7 @@ function getPhotos (accessToken, options, callback) {
|
||||
|
||||
if (options.maxResults) accessTokenParams['max-results'] = options.maxResults
|
||||
if (options.startIndex) accessTokenParams['start-index'] = options.startIndex
|
||||
if (options.imgMax) accessTokenParams['imgmax'] = options.imgMax
|
||||
|
||||
const albumPart = options.albumId ? `/albumid/${options.albumId}` : ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user