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

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" },