diff --git a/play-dl/index.ts b/play-dl/index.ts index 1b92e7e..ffd8120 100644 --- a/play-dl/index.ts +++ b/play-dl/index.ts @@ -1,6 +1,6 @@ export { playlist_info, video_basic_info, video_info, yt_validate, extractID, YouTube, YouTubeStream } from './YouTube'; export { spotify, sp_validate, refreshToken, is_expired, Spotify } from './Spotify'; -export { soundcloud, so_validate, SoundCloud, SoundCloudStream } from './SoundCloud'; +export { soundcloud, so_validate, SoundCloud, SoundCloudStream, getFreeClientID } from './SoundCloud'; export { setToken } from './token'; enum AudioPlayerStatus {