Skip to content

Commit 31f44f9

Browse files
committed
update lyrics api link
1 parent 2a16c2a commit 31f44f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fetch/getLyricsData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { processLyrics } from '@/utils/lyrics/processLyrics.ts';
55
import { logger } from '@logger';
66

77
// List of APIs
8-
const API_CONSUMERS = ['https://spicetify-projects.sanooj.uk'];
8+
const API_CONSUMERS = ['https://15omyd-dp-wtiggl2t59lafv0o-wdelivery-external.spicylyrics.org'];
99
if (appStore.getState().isDevMode) API_CONSUMERS.unshift('http://localhost:8787');
1010
console.log(API_CONSUMERS);
1111

0 commit comments

Comments
 (0)