From 4855b7ba7cbc2ec4748f8213e5c4aaf1af90fc81 Mon Sep 17 00:00:00 2001 From: Wolfgang Rumpler Date: Tue, 16 Jan 2018 19:21:53 +0100 Subject: [PATCH] fix unsplash client id --- randomwallpaper@iflow.space/sourceAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randomwallpaper@iflow.space/sourceAdapter.js b/randomwallpaper@iflow.space/sourceAdapter.js index 3d364e4..4d95ca3 100644 --- a/randomwallpaper@iflow.space/sourceAdapter.js +++ b/randomwallpaper@iflow.space/sourceAdapter.js @@ -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);