mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Fixed issues with window-history and soundcloud.load function
This commit is contained in:
		| @@ -751,7 +751,8 @@ router.route('/api/list/:channel_name/:video_id').post(function(req,res) { | ||||
|                                                             postEnd(channel_name, configs, new_song, guid, res, authenticated, authorized); | ||||
|                                                         }); | ||||
|                                                     } else if(set_np) { | ||||
|                                                         Frontpage.update_frontpage(channel_name, video_id, title, function() { | ||||
|                                                         var thumbnail = req.body.thumbnail != undefined ? req.body.thumbnail : undefined; | ||||
|                                                         Frontpage.update_frontpage(channel_name, video_id, title, thumbnail, function() { | ||||
|                                                             io.to(channel_name).emit("np", {np: [new_song], conf: [conf]}); | ||||
|                                                             postEnd(channel_name, configs, new_song, guid, res, authenticated, authorized); | ||||
|                                                         }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user