1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00: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 -->
<xsl:call-template name="mountnav" />
<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">
<strong>Warning</strong>
This is only supported for legacy codecs using ICY as transport such as MP3 and AAC.