We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dee784 commit 0a2b1ceCopy full SHA for 0a2b1ce
scripts/soundcloud_downloadMusic.js
@@ -90,6 +90,7 @@ export default {
90
);
91
if (progressive) {
92
downloadBtn.textContent = "Download";
93
+ downloadBtn.title = songTitle;
94
downloadBtn.onclick = async (e) => {
95
const res = await fetch(progressive.url + `?client_id=${clientId}`);
96
const { url } = await res.json();
working_note.md
@@ -22,4 +22,6 @@
22
23
- [ ] Optimize import jszip
24
25
-- [ ] làm cho xong soundcloud_downloadMusic hoặc xóa
+- [x] làm cho xong soundcloud_downloadMusic hoặc xóa => Xong rồi, Ngon
26
+
27
+- [ ] Move transfer.sh sang popup
0 commit comments