Update tmpl.xsl
Add comment line to see if container rebuild uses this version.
This commit is contained in:
parent
105b70b2df
commit
676b9b010c
1
tmpl.xsl
1
tmpl.xsl
|
|
@ -62,6 +62,7 @@
|
||||||
select="node()[not(self::episode-num[@system='onscreen'])]" />
|
select="node()[not(self::episode-num[@system='onscreen'])]" />
|
||||||
|
|
||||||
<!-- Add the onscreen one at the end if the numbers actually exist -->
|
<!-- Add the onscreen one at the end if the numbers actually exist -->
|
||||||
|
<!-- This is the real deal, nothing like the rest, only the best -->
|
||||||
<xsl:if test="$s2 >= 0 and $e2 >= 0">
|
<xsl:if test="$s2 >= 0 and $e2 >= 0">
|
||||||
<episode-num system="onscreen">
|
<episode-num system="onscreen">
|
||||||
<xsl:value-of select="$onscreenValue"/>
|
<xsl:value-of select="$onscreenValue"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user