mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Update: Use content-type not server_type for player
This commit is contained in:
parent
f9980b3563
commit
70090e1f18
@ -12,10 +12,10 @@
|
|||||||
<h4>Play stream</h4>
|
<h4>Play stream</h4>
|
||||||
|
|
||||||
<!-- Player -->
|
<!-- Player -->
|
||||||
<xsl:if test="server_type and ((server_type = 'application/ogg') or (server_type = 'audio/ogg') or (server_type = 'audio/webm'))">
|
<xsl:if test="content-type and ((content-type = 'application/ogg') or (content-type = 'audio/ogg') or (content-type = 'audio/webm'))">
|
||||||
<div class="audioplayer">
|
<div class="audioplayer">
|
||||||
<audio controls="controls" preload="none">
|
<audio controls="controls" preload="none">
|
||||||
<source src="{@mount}" type="{server_type}" />
|
<source src="{@mount}" type="{content-type}" />
|
||||||
</audio>
|
</audio>
|
||||||
</div>
|
</div>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
Loading…
Reference in New Issue
Block a user