onepage working

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-25 14:12:11 +01:00
parent 26dea79c7a
commit 522ccb2af0
10 changed files with 88 additions and 49 deletions

View File

@@ -9,6 +9,7 @@ var List = {
channel_function: function(msg)
{
switch(msg[0])
{
case "list":
@@ -42,6 +43,7 @@ var List = {
populate_list: function(msg)
{
full_playlist = msg;
List.sortList();