diff --git a/src/Innertube.ts b/src/Innertube.ts index 1860ce10..9151d644 100644 --- a/src/Innertube.ts +++ b/src/Innertube.ts @@ -284,7 +284,7 @@ export default class Innertube { return new Comments(this.actions, response.data); } - + async getHomeFeed(): Promise { const browse_endpoint = new NavigationEndpoint({ browseEndpoint: { browseId: 'FEwhat_to_watch' } }); const response = await browse_endpoint.call(this.#session.actions);