modif du lien

This commit is contained in:
Antoine WEBER
2015-10-07 18:16:39 +02:00
parent a56104f7cc
commit 3e36f5f6da
2 changed files with 4 additions and 2 deletions

View File

@@ -59,7 +59,8 @@ router.get('/:id/:incoming_chan', function(req, res, next) {
res.render('show',{
title: titre,
videos: data,
channel_id: req.params.incoming_chan
channel_id: req.params.incoming_chan,
show_id: req.params.id
});
});