Skip to content

Commit

Permalink
fix: pick download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Dec 31, 2019
1 parent 9000fb6 commit 286ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const processVideo = (
.loop()
.withSize('1920x1080')
.input(
`${song.stream_url || song.download_url}?client_id=${
`${song.download_url || song.stream_url}?client_id=${
config.SOUNDCLOUD_CLIENT_ID
}`
)
Expand Down

0 comments on commit 286ac8d

Please sign in to comment.