mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 02:21:00 +01:00
added modular configuration
This commit is contained in:
@@ -228,6 +228,11 @@ namespace MediaBrowser.Common.Net
|
||||
return "text/vtt";
|
||||
}
|
||||
|
||||
if (ext.Equals(".bif", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "application/octet-stream";
|
||||
}
|
||||
|
||||
throw new ArgumentException("Argument not supported: " + path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user