implement getCategories method

This commit is contained in:
SrGooglo 2022-11-28 16:17:01 +00:00 committed by root
parent 77289f2366
commit beaca8a9de

View File

@ -27,6 +27,12 @@ export default class Livestream {
return data
}
static async getCategories() {
const request = await Livestream.bridge.get.streamingCategories()
return request
}
static async getStreamInfo(payload) {
let { username } = payload ?? {}