diff --git a/src/converter/parse.ts b/src/converter/parse.ts index def25d4..74c1e6d 100644 --- a/src/converter/parse.ts +++ b/src/converter/parse.ts @@ -8,6 +8,7 @@ import { getTrackInfo, } from '../'; import spotifyUri from 'spotify-uri'; +import axios from 'axios'; import * as spotify from './spotify'; import * as tidal from './tidal'; import * as youtube from './youtube'; @@ -50,6 +51,10 @@ export const getUrlParts = async (url: string, setToken = false): Promise