Skip to content

Commit 398f3a0

Browse files
committed
v0.24.2
1 parent 6b471ec commit 398f3a0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dist/main.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// @supportURL https://github.com/Xmader/musescore-downloader/issues
66
// @updateURL https://msdl.librescore.org/install.user.js
77
// @downloadURL https://msdl.librescore.org/install.user.js
8-
// @version 0.24.1
8+
// @version 0.24.2
99
// @description download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱
1010
// @author Xmader
11+
// @icon https://librescore.org/img/icons/logo.svg
1112
// @match https://musescore.com/*/*
1213
// @match https://s.musescore.com/*/*
1314
// @license MIT
@@ -27305,7 +27306,7 @@ Please pipe the document into a Node stream.\
2730527306
setText(i18n('BTN_ERROR')());
2730627307
// ask user to send Discord message
2730727308
alert('❌Download Failed!\n\n' +
27308-
'Send your URL to the #dataset-bugs channel ' +
27309+
'Send your URL to the #dataset-patcher channel ' +
2730927310
'in the LibreScore Community Discord server:\n' + DISCORD_URL);
2731027311
// open Discord on 'OK'
2731127312
const a = document.createElement('a');

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "musescore-downloader",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"description": "download sheet music from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱",
55
"main": "dist/main.js",
66
"bin": "dist/cli.js",

0 commit comments

Comments
 (0)