From bfb3d5260f388fe6855155251e18e00d96cfd683 Mon Sep 17 00:00:00 2001 From: Antoine WEBER Date: Tue, 22 Sep 2015 15:08:51 +0200 Subject: [PATCH] test et debug --- views/channel.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/channel.jade b/views/channel.jade index ae2d851..2652cc0 100644 --- a/views/channel.jade +++ b/views/channel.jade @@ -20,10 +20,10 @@ block content if(channel.type == 2) td if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.show !== 'undefined') - #{video.info_meta.show} + | #{video.info_meta.show} td if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.season !== 'undefined' && typeof video.info_meta.episode !== 'undefined') - S #{video.info_meta.season} E #{video.info_meta.episode} + | S #{video.info_meta.season} E #{video.info_meta.episode} td= video.second td= video.year script.