summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'xslt')
-rw-r--r--xslt/discogs2tellico.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/discogs2tellico.xsl b/xslt/discogs2tellico.xsl
index 3f5539e..32077f5 100644
--- a/xslt/discogs2tellico.xsl
+++ b/xslt/discogs2tellico.xsl
@@ -165,7 +165,7 @@
</year>
<tracks>
- <xsl:for-each select="tracklist/track">
+ <xsl:for-each select="tractdelist/track">
<xsl:sort select="position" data-type="number"/>
<track>
<column><xsl:value-of select="title"/></column>