mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add mime type for .mpegts files.
This commit is contained in:
parent
156998dd83
commit
2e10d385f0
@ -106,6 +106,7 @@ namespace MediaBrowser.Model.Net
|
|||||||
{ ".3g2", "video/3gpp2" },
|
{ ".3g2", "video/3gpp2" },
|
||||||
{ ".mpd", "video/vnd.mpeg.dash.mpd" },
|
{ ".mpd", "video/vnd.mpeg.dash.mpd" },
|
||||||
{ ".ts", "video/mp2t" },
|
{ ".ts", "video/mp2t" },
|
||||||
|
{ ".mpegts", "video/mp2t" },
|
||||||
|
|
||||||
// Type audio
|
// Type audio
|
||||||
{ ".mp3", "audio/mpeg" },
|
{ ".mp3", "audio/mpeg" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user