Skip to content
Snippets Groups Projects
Commit b4496ab6 authored by Philipp Schafft's avatar Philipp Schafft :lion_face:
Browse files

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

parent 88e2cdd4
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment