diff --git a/lib/core/Actions.js b/lib/core/Actions.js index 769a0699..bdb31f8e 100644 --- a/lib/core/Actions.js +++ b/lib/core/Actions.js @@ -440,7 +440,7 @@ class Actions { throw new Utils.InnertubeError('Invalid client', client); const response = await ({ - YOUTUBE: async () => this.#request({ + YOUTUBE: () => this.#request({ baseURL: Constants.URLS.YT_SUGGESTIONS + `search?client=firefox&ds=yt&q=${encodeURIComponent(input)}`, }), YTMUSIC: () => this.music('get_search_suggestions', { @@ -459,4 +459,4 @@ class Actions { } } -module.exports = Actions; \ No newline at end of file +module.exports = Actions;