lister les saisons et episodes
This commit is contained in:
parent
651b9b3813
commit
25a1b185a9
@ -9,8 +9,7 @@ block content
|
|||||||
th Nom
|
th Nom
|
||||||
if(channel.type == 2)
|
if(channel.type == 2)
|
||||||
th Série
|
th Série
|
||||||
th Saison
|
th Saison & Episode
|
||||||
th Episode
|
|
||||||
th Durée
|
th Durée
|
||||||
th Année
|
th Année
|
||||||
tbody
|
tbody
|
||||||
@ -23,11 +22,8 @@ block content
|
|||||||
if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.show !== 'undefined')
|
if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.show !== 'undefined')
|
||||||
#{video.info_meta.show}
|
#{video.info_meta.show}
|
||||||
td
|
td
|
||||||
if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.season !== 'undefined')
|
if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.season !== 'undefined' && typeof video.info_meta.episode !== 'undefined')
|
||||||
#{video.info_meta.season}
|
S #{video.info_meta.season} E #{video.info_meta.episode}
|
||||||
td
|
|
||||||
if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.episode !== 'undefined')
|
|
||||||
#{video.info_meta.episode}
|
|
||||||
td= video.second
|
td= video.second
|
||||||
td= video.year
|
td= video.year
|
||||||
script.
|
script.
|
||||||
|
Loading…
Reference in New Issue
Block a user