Merge pull request #3149 from Artiume/patch-4

Add .edl Mimetype
This commit is contained in:
Anthony Lavado 2020-05-21 00:55:22 -04:00 committed by GitHub
commit 50fc547616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ namespace MediaBrowser.Model.Net
{ ".ssa", "text/x-ssa" },
{ ".css", "text/css" },
{ ".csv", "text/csv" },
{ ".edl", "text/plain" },
{ ".rtf", "text/rtf" },
{ ".txt", "text/plain" },
{ ".vtt", "text/vtt" },