fix song cover art

This commit is contained in:
Lee
2023-10-18 03:11:58 +01:00
parent f8344ba1d3
commit a7385028c0
4 changed files with 18 additions and 14 deletions

View File

@ -8,6 +8,7 @@ import { extractDiffAndType } from "../../../utils/scoresaber/format";
import { PRIORITY, default as createQueue } from "../http-queue";
export const SS_HOST = "https://scoresaber.com";
export const SS_CDN_HOST = "https://cdn.scoresaber.com";
const SS_CORS_HOST = `${ssrConfig.proxy}/${SS_HOST}`;
const RANKEDS_URL =
SS_CORS_HOST +