chore: fix getTrending() jsdoc, #50

This commit is contained in:
LuanRT
2022-05-11 03:11:43 -03:00
parent ffa243bc07
commit 8cf3e67f79
2 changed files with 3 additions and 3 deletions

View File

@@ -596,7 +596,7 @@ class Innertube {
*
* @returns {Promise.<{ now: { content: [{ title: string; videos: []; }] };
* music: { getVideos: Promise.<Array>; }; gaming: { getVideos: Promise.<Array>; };
* gaming: { getVideos: Promise.<Array>; }; }>}
* movies: { getVideos: Promise.<Array>; } }>}
*/
async getTrending() {
const response = await this.actions.browse('FEtrending');