Added some logs to try and find out whats wrong with the frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-20 12:42:44 +01:00
parent be007299d5
commit 64fc093bbc
5 changed files with 19 additions and 6 deletions

View File

@@ -383,6 +383,7 @@ function setup_list_listener(){
}
function setup_playlist_listener(){
Helper.log("Setting up playlist_listener");
socket.on('playlists', Nochan.frontpage_function);
}