player.setChannel not working (Embed Twitch)

Then add basic javascript to prevent this…

Something like

            if (numberOnline > 0) {
                actualStream = onlineUsers.data[0].user_name;
                if (actualStream  != lastStream) {
                    player.setChannel(actualStream);
                    lastStream = actualStream;
                }
            }