mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
Fix JTV [#216]
This commit is contained in:
parent
53c1655894
commit
8ea0a34326
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue