Fixed some minor playpause bugs on change song, and reimplemented desktop notifications. Also fixed height on playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-13 16:40:48 +02:00
parent 1105fb3bcb
commit cf5802468e
4 changed files with 27 additions and 19 deletions

View File

@@ -34,7 +34,6 @@ function populate_channels(lists)
card.find(".chan-songs").text(song_count);
card.find(".chan-bg").attr("style", img);
card.find(".chan-link").attr("href", chan);
output+="<option value='"+chan+"'> ";
}
document.getElementById("searches").innerHTML = output;