jakiestfu / Youtube-TV

A small, slick, library independent YouTube User/Playlist player
https://github.com/jakiestfu/Youtube-TV#demos
205 stars 125 forks source link

Views not shown in version 1.0.2 #28

Closed Derekje closed 10 years ago

Derekje commented 10 years ago

Views are not shown in version 1.0.2, because of a missing = symbol

The line:

list+''+utils.addCommas(video.stats.viewCount)+' Views';

should be:

list+=''+utils.addCommas(video.stats.viewCount)+' Views';

Edit: overlooked issue #22