diff --git a/src/scoreinfo.ts b/src/scoreinfo.ts index 50b9822..b859fab 100644 --- a/src/scoreinfo.ts +++ b/src/scoreinfo.ts @@ -50,7 +50,7 @@ const scoreinfo = { get msczUrl (this: typeof scoreinfo): string { // https://github.com/Xmader/cloudflare-worker-musescore-mscz - return `https://mscz.librescore.org/?id=${this.id}&name=${this.fileName}&token=` + return `https://musescore.now.sh/api/mscz?id=${this.id}&token=` }, get sheetImgType (): 'svg' | 'png' {