Update tmpl.xsl

Add comment line to see if container rebuild uses this version.
This commit is contained in:
Nicolas 2026-05-19 08:13:04 -04:00
parent 105b70b2df
commit 676b9b010c

View File

@ -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 &gt;= 0 and $e2 &gt;= 0"> <xsl:if test="$s2 &gt;= 0 and $e2 &gt;= 0">
<episode-num system="onscreen"> <episode-num system="onscreen">
<xsl:value-of select="$onscreenValue"/> <xsl:value-of select="$onscreenValue"/>