diff --git a/resources/cider-ui-tests/assets/RatingsLove.png b/resources/cider-ui-tests/assets/RatingsLove.png new file mode 100644 index 00000000..2abaf53c Binary files /dev/null and b/resources/cider-ui-tests/assets/RatingsLove.png differ diff --git a/resources/cider-ui-tests/index.js b/resources/cider-ui-tests/index.js index 556d2b24..668dbb67 100644 --- a/resources/cider-ui-tests/index.js +++ b/resources/cider-ui-tests/index.js @@ -171,6 +171,10 @@ const app = new Vue({ this.mk.privateEnabled = true // Set profile name this.chrome.userinfo = await this.mkapi("personalSocialProfile", false, "") + // API Fallback + if (!this.chrome.userinfo) { + this.chrome.userinfo = {"attributes": {"name": "Cider User", "handle": "CiderUser", "artwork": {"url": "../icons/icon.png"}}} + } // load cached library if (localStorage.getItem("librarySongs") != null) {