Add support for livestream
This commit is contained in:
parent
bc187c99f5
commit
96bd8aa9bd
3 changed files with 29 additions and 0 deletions
|
|
@ -146,6 +146,8 @@ function initCallbacks() {
|
|||
updateYT(data);
|
||||
else if(data.type == "tw")
|
||||
loadTwitch(data.id);
|
||||
else if(data.type == "li")
|
||||
loadLivestream(data.id);
|
||||
else if(data.type == "sc")
|
||||
updateSC(data);
|
||||
else if(data.type == "vi")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue