mirror of https://github.com/calzoneman/sync.git
Fix JTV [#216]
This commit is contained in:
parent
53c1655894
commit
8ea0a34326
|
@ -372,7 +372,7 @@ Player.prototype.initJustinTV = function() {
|
||||||
|
|
||||||
this.load = function(data) {
|
this.load = function(data) {
|
||||||
this.id = data.id;
|
this.id = data.id;
|
||||||
this.initTwitch();
|
this.initJustinTV();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.pause = function() { }
|
this.pause = function() { }
|
||||||
|
|
Loading…
Reference in New Issue