We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a16c2a commit 31f44f9Copy full SHA for 31f44f9
src/utils/fetch/getLyricsData.ts
@@ -5,7 +5,7 @@ import { processLyrics } from '@/utils/lyrics/processLyrics.ts';
5
import { logger } from '@logger';
6
7
// List of APIs
8
-const API_CONSUMERS = ['https://spicetify-projects.sanooj.uk'];
+const API_CONSUMERS = ['https://15omyd-dp-wtiggl2t59lafv0o-wdelivery-external.spicylyrics.org'];
9
if (appStore.getState().isDevMode) API_CONSUMERS.unshift('http://localhost:8787');
10
console.log(API_CONSUMERS);
11
0 commit comments