|
|
@ -802,6 +802,7 @@ class FreeGames
|
|
|
|
}, 60*1000);
|
|
|
|
}, 60*1000);
|
|
|
|
for(var j = 0; j<this.channels.length; j++)
|
|
|
|
for(var j = 0; j<this.channels.length; j++)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
console.log('FrameWork -> FreeGames: Res:',Res);
|
|
|
|
const Pos = Res.map(e => e.id).indexOf(this.channels[j].lastid);
|
|
|
|
const Pos = Res.map(e => e.id).indexOf(this.channels[j].lastid);
|
|
|
|
Res.splice(Pos, Res.length-Pos)
|
|
|
|
Res.splice(Pos, Res.length-Pos)
|
|
|
|
|
|
|
|
|
|
|
|