1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Added missing links to VCLT playlist files in admin/.

svn path=/icecast/trunk/icecast/; revision=18132
This commit is contained in:
Philipp Schafft 2011-11-26 03:10:16 +00:00
parent 446053dd9a
commit 463bbc36a8
3 changed files with 9 additions and 3 deletions

View File

@ -52,7 +52,9 @@
<xsl:otherwise>
<td align="right">
<a href="{@mount}.m3u">M3U</a>
<a href="{@mount}.xspf">XSPF</a></td>
<a href="{@mount}.xspf">XSPF</a>
<a href="{@mount}.vclt">VCLT</a>
</td>
</xsl:otherwise>
</xsl:choose>
</tr></table>

View File

@ -51,7 +51,9 @@
<xsl:otherwise>
<td align="right">
<a href="{@mount}.m3u">M3U</a>
<a href="{@mount}.xspf">XSPF</a></td>
<a href="{@mount}.xspf">XSPF</a>
<a href="{@mount}.vclt">VCLT</a>
</td>
</xsl:otherwise>
</xsl:choose>
</tr></table>

View File

@ -80,7 +80,9 @@
<xsl:otherwise>
<td align="right">
<a href="{@mount}.m3u">M3U</a>
<a href="{@mount}.xspf">XSPF</a></td>
<a href="{@mount}.xspf">XSPF</a>
<a href="{@mount}.vclt">VCLT</a>
</td>
</xsl:otherwise>
</xsl:choose>
</tr></table>