mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
update mjpeg stream detection
This commit is contained in:
@@ -322,6 +322,9 @@ namespace MediaBrowser.Model.Net
|
||||
throw new ArgumentNullException("mimeType");
|
||||
}
|
||||
|
||||
// handle text/html; charset=UTF-8
|
||||
mimeType = mimeType.Split(';')[0];
|
||||
|
||||
string result;
|
||||
if (ExtensionLookup.TryGetValue(mimeType, out result))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user