Spotify v2.0 incoming

This commit is contained in:
killer069
2021-09-08 15:06:07 +05:30
parent bb4f71605e
commit 81043ef096
2 changed files with 77 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export { playlist_info, video_basic_info, video_info, search, stream, stream_from_info, yt_validate, extractID } from "./YouTube";
export { spotify, sp_validate } from './Spotify'
export { spotify, sp_validate, Authorization, StartSpotify } from './Spotify'
import { sp_validate, yt_validate } from ".";