This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-04 10:45:29 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<p class="grey-text text-lighten-4">The shared YouTube radio</p>
<p class="grey-text text-lighten-4">
Being built around the YouTube search and video API
it enables the creation of collaboratiive and shared live playlists,
it enables the creation of collaborative and shared live playlists,
with billions of videos and songs to choose from, all for free and without registration.
<br>
Enjoy!

View File

@@ -117,7 +117,7 @@ if(isset($_GET['chan'])){
<p class="grey-text text-lighten-4">The shared youtube radio</p>
<p class="grey-text text-lighten-4">
Being built around the youtube search and video API
it enables the creation of collaboratiive and shared live playlists,
it enables the creation of collaborative and shared live playlists,
with billions of videos and songs to choose from, all for free and without registration.
<br>
Enjoy!

View File

@@ -33,6 +33,7 @@ function populate_channels(lists)
var card = pre_card;
card.find(".chan-name").text(chan);
card.find(".chan-name").attr("title", chan);
card.find(".chan-views").text(viewers);
card.find(".chan-songs").text(song_count);
card.find(".chan-bg").attr("style", img);