diff --git a/server/routing/client/api.js b/server/routing/client/api.js index ee4b008d..1889e7a5 100644 --- a/server/routing/client/api.js +++ b/server/routing/client/api.js @@ -452,7 +452,7 @@ router.route('/api/list/:channel_name/:video_id').post(function(req,res) { }); } else if(set_np) { Frontpage.update_frontpage(channel_name, video_id, title, function() { - io.to(channel_name).emit("np", new_song); + io.to(channel_name).emit("np", {np: [new_song], conf: [conf]}); postEnd(channel_name, configs, new_song, guid, res, authenticated); }); } else {