mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-05-26 15:24:01 +00:00
fix unsplash client id
This commit is contained in:
parent
39f681bd87
commit
4855b7ba7c
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ var UnsplashAdapter = new Lang.Class({
|
|||
|
||||
this._readOptionsFromSettings();
|
||||
let optionsString = this._generateOptionsString();
|
||||
let clientParam = 'client_id=2e4e49adee7dcaf75515d383086909e1ed5f0b08db60becf8ec58bc63cbc418a';
|
||||
let clientParam = 'client_id=64daf439e9b579dd566620c0b07022706522d87b255d06dd01d5470b7f193b8d';
|
||||
|
||||
let url = 'https://api.unsplash.com/photos/random?' + optionsString + clientParam;
|
||||
url = encodeURI(url);
|
||||
|
|
|
|||
Loading…
Reference in a new issue