diff options
author | Timothy Pearson <[email protected]> | 2013-02-09 01:19:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-09 01:19:33 -0600 |
commit | 2589387a54f601ca324f4889e9b3a1600ec0511e (patch) | |
tree | b66e4f79650c7e4fa917cb64a41493f3eb0c92d6 /xslt | |
parent | ae5df0a1d380cca4fb0d6e87d5857fbc77d30fe0 (diff) | |
download | tellico-2589387a54f601ca324f4889e9b3a1600ec0511e.tar.gz tellico-2589387a54f601ca324f4889e9b3a1600ec0511e.zip |
Fix unintended rename of track
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/discogs2tellico.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/discogs2tellico.xsl b/xslt/discogs2tellico.xsl index 32077f5..3f5539e 100644 --- a/xslt/discogs2tellico.xsl +++ b/xslt/discogs2tellico.xsl @@ -165,7 +165,7 @@ </year> <tracks> - <xsl:for-each select="tractdelist/track"> + <xsl:for-each select="tracklist/track"> <xsl:sort select="position" data-type="number"/> <track> <column><xsl:value-of select="title"/></column> |