test et debug

This commit is contained in:
Antoine WEBER 2015-09-22 15:08:51 +02:00
parent 25a1b185a9
commit bfb3d5260f
1 changed files with 2 additions and 2 deletions

View File

@ -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.