fix: 🐛 Fix video playback

This commit is contained in:
Front 2022-03-19 16:22:03 -04:00
parent 9ebbf3d162
commit 35f5fffddc
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ const recommendationModule = {
}
}).catch((error) => error);
console.log(html.data)
return InnertubeAPI.getVidInfoAsync(id).data;
return InnertubeAPI.getVidInfoAsync(id);
},
// It just works™