Add support for livestream

This commit is contained in:
calzoneman 2013-03-16 17:17:36 -05:00
parent bc187c99f5
commit 96bd8aa9bd
3 changed files with 29 additions and 0 deletions

View file

@ -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")