Skip to content

Commit

Permalink
Update custom-source.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
chao921125 authored Feb 2, 2024
1 parent 387ce22 commit 2015a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/desktop/custom-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const apis = {
},
local: {
musicUrl(info) {
ireturn httpRequest('http://xxx').then(data => {
return httpRequest('http://xxx').then(data => {
return data.url
})
},
Expand Down

0 comments on commit 2015a02

Please sign in to comment.