mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 20:38:27 +01:00
refresh connect authorizations
This commit is contained in:
@@ -146,6 +146,10 @@ namespace MediaBrowser.Common.Net
|
||||
{
|
||||
return "video/mp2t";
|
||||
}
|
||||
if (ext.Equals(".mpd", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "video/vnd.mpeg.dash.mpd";
|
||||
}
|
||||
|
||||
// Catch-all for all video types that don't require specific mime types
|
||||
if (VideoFileExtensionsDictionary.ContainsKey(ext))
|
||||
|
||||
Reference in New Issue
Block a user