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

Fix: It's "audio/mpeg" not "application/mpeg"

This commit is contained in:
Philipp Schafft 2020-10-11 15:30:59 +00:00
parent 88e2cdd465
commit b4496ab6cc

View File

@ -15,7 +15,7 @@
<!-- Mount nav --> <!-- Mount nav -->
<xsl:call-template name="mountnav" /> <xsl:call-template name="mountnav" />
<h4>Update Metadata</h4> <h4>Update Metadata</h4>
<xsl:if test="content-type and not((content-type = 'application/mpeg') or (content-type = 'audio/aac') or (content-type = 'audio/aacp'))"> <xsl:if test="content-type and not((content-type = 'audio/mpeg') or (content-type = 'audio/aac') or (content-type = 'audio/aacp'))">
<aside class="warning"> <aside class="warning">
<strong>Warning</strong> <strong>Warning</strong>
This is only supported for legacy codecs using ICY as transport such as MP3 and AAC. This is only supported for legacy codecs using ICY as transport such as MP3 and AAC.