I am having trouble with the Twitch App. As of right now, my code is not adding the offline-icon class to offline users. My guess is the problem has something to do with these lines:
if (data.stream == null) {
$('#' + users[i]).addClass('offline-icon');
}