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:
parent
88e2cdd465
commit
b4496ab6cc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user