Skip to content

Commit

Permalink
fix(get-tracks-fn): pick song uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Dec 7, 2019
1 parent 64bdbe1 commit 798480e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const getTracksFromSoundcloud = async () => {
'permalink_url',
'id',
'duration',
'uri',
]);
} catch (e) {
audioLogger(`Something went wrong while fetching / picking track`);
Expand Down

0 comments on commit 798480e

Please sign in to comment.