lister les saisons et episodes
This commit is contained in:
parent
4568b74699
commit
651b9b3813
@ -9,6 +9,8 @@ block content
|
|||||||
th Nom
|
th Nom
|
||||||
if(channel.type == 2)
|
if(channel.type == 2)
|
||||||
th Série
|
th Série
|
||||||
|
th Saison
|
||||||
|
th Episode
|
||||||
th Durée
|
th Durée
|
||||||
th Année
|
th Année
|
||||||
tbody
|
tbody
|
||||||
@ -20,6 +22,12 @@ block content
|
|||||||
td
|
td
|
||||||
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
|
||||||
|
if(typeof video.info_meta !== 'undefined' && typeof video.info_meta.season !== 'undefined')
|
||||||
|
#{video.info_meta.season}
|
||||||
|
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