mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
implement getCategories
method
This commit is contained in:
parent
77289f2366
commit
beaca8a9de
@ -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 ?? {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user