jenkins-bot has submitted this change and it was merged. Change subject: Add flac to mime.types and mime.info ......................................................................
Add flac to mime.types and mime.info Any format we allow uploading should be in these files. We detect flac as audio/x-flac, but adding audio/flac too, to be safe. Change-Id: I564ff895cd0a6d4c6cd25bb565329b17a6771852 --- M includes/mime.info M includes/mime.types 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: BryanDavis: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/mime.info b/includes/mime.info index a4e8b64..c798187 100644 --- a/includes/mime.info +++ b/includes/mime.info @@ -40,6 +40,8 @@ audio/x-realaudio [AUDIO] audio/webm [AUDIO] audio/x-matroska [AUDIO] +audio/x-flac [AUDIO] +audio/flac [AUDIO] video/mpeg application/mpeg [VIDEO] video/ogg [VIDEO] diff --git a/includes/mime.types b/includes/mime.types index a15c4d4..61f7ff5 100644 --- a/includes/mime.types +++ b/includes/mime.types @@ -76,6 +76,8 @@ audio/x-realaudio ra audio/x-wav wav audio/wav wav +audio/x-flac flac +audio/flac flac chemical/x-pdb pdb chemical/x-xyz xyz image/bmp bmp -- To view, visit https://gerrit.wikimedia.org/r/79949 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I564ff895cd0a6d4c6cd25bb565329b17a6771852 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Brian Wolff <[email protected]> Gerrit-Reviewer: Brian Wolff <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
