Skip to content

Commit 0a2b1ce

Browse files
committed
fix soundcloud
1 parent 2dee784 commit 0a2b1ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/soundcloud_downloadMusic.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export default {
9090
);
9191
if (progressive) {
9292
downloadBtn.textContent = "Download";
93+
downloadBtn.title = songTitle;
9394
downloadBtn.onclick = async (e) => {
9495
const res = await fetch(progressive.url + `?client_id=${clientId}`);
9596
const { url } = await res.json();

working_note.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@
2222

2323
- [ ] Optimize import jszip
2424

25-
- [ ] làm cho xong soundcloud_downloadMusic hoặc xóa
25+
- [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

Comments
 (0)