Skip to content

Commit 798480e

Browse files
committed
fix(get-tracks-fn): pick song uri
1 parent 64bdbe1 commit 798480e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export const getTracksFromSoundcloud = async () => {
158158
'permalink_url',
159159
'id',
160160
'duration',
161+
'uri',
161162
]);
162163
} catch (e) {
163164
audioLogger(`Something went wrong while fetching / picking track`);

0 commit comments

Comments
 (0)