From 3dee7fc12fe8a73a5f75fac7c773f4bec1a85f76 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sat, 18 Dec 2021 12:20:17 -0300 Subject: [PATCH] fix: forgot to export getVideoInfo :v --- lib/Actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Actions.js b/lib/Actions.js index e0f1a592..ff0814d4 100644 --- a/lib/Actions.js +++ b/lib/Actions.js @@ -207,4 +207,4 @@ async function getContinuation(session, info = {}) { }; } -module.exports = { engage, browse, search, notifications, livechat, getContinuation }; \ No newline at end of file +module.exports = { engage, browse, search, notifications, livechat, getVideoInfo, getContinuation }; \ No newline at end of file