common.xsl mime types: video/webm

This commit is contained in:
Astro 2010-11-10 01:14:50 +01:00
parent 01b9525503
commit 5080b1113b
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@
<xsl:when test="$mime = 'video/ogg'">Ogg Media Video</xsl:when>
<xsl:when test="$mime = 'video/x-matroska'">Matroska Video</xsl:when>
<xsl:when test="$mime = 'video/x-m4v'">iTunes Video File</xsl:when>
<xsl:when test="$mime = 'video/webm'">WebM Video</xsl:when>
<xsl:when test="$mime = 'application/x-gtar'">Komprimierter Tarball</xsl:when>
<xsl:when test="$mime = 'application/x-tar'">Tarball</xsl:when>
<xsl:when test="$mime = 'application/x-bittorrent'">BitTorrent-Metainformationen</xsl:when>