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:
parent
446053dd9a
commit
463bbc36a8
@ -52,7 +52,9 @@
|
|||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<a href="{@mount}.m3u">M3U</a>
|
<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:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
@ -51,7 +51,9 @@
|
|||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<a href="{@mount}.m3u">M3U</a>
|
<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:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
@ -80,7 +80,9 @@
|
|||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<td align="right">
|
<td align="right">
|
||||||
<a href="{@mount}.m3u">M3U</a>
|
<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:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
Loading…
Reference in New Issue
Block a user