fix: forgot to export getVideoInfo :v

This commit is contained in:
LuanRT
2021-12-18 12:20:17 -03:00
parent 4dff129b74
commit 3dee7fc12f

View File

@@ -207,4 +207,4 @@ async function getContinuation(session, info = {}) {
};
}
module.exports = { engage, browse, search, notifications, livechat, getContinuation };
module.exports = { engage, browse, search, notifications, livechat, getVideoInfo, getContinuation };