mirror of
https://github.com/jorisbertomeu/web-screensaver.git
synced 2026-04-20 00:37:40 +02:00
Fixes relative to fresh unsplash conf
This commit is contained in:
@@ -10,7 +10,7 @@ export class UnsplashService {
|
||||
});
|
||||
}
|
||||
|
||||
async getRandomPhotos(collections = [], count = DEFAULT_PHOTO_COUNT) {
|
||||
async getRandomPhotos(collections = [], count = 30) {
|
||||
try {
|
||||
const { response } = await this.api.photos.getRandom({
|
||||
orientation: 'landscape',
|
||||
|
||||
Reference in New Issue
Block a user