Skip to content

Commit 803a7cb

Browse files
committed
revert change
1 parent 5308950 commit 803a7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/get-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const scdl = require('../')
22
const constants = require('./constants')
33

4-
scdl.getSetInfo('https://soundcloud.com/user-845046062/sets/playlist', constants.clientID)
4+
scdl.getInfo(constants.url, constants.clientID)
55
.then(info => console.log(info))
66
.catch(err => console.log(err.message))

0 commit comments

Comments
 (0)