mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
update container value
This commit is contained in:
@@ -167,7 +167,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
// Static stream
|
||||
if (request.Static)
|
||||
{
|
||||
var contentType = state.GetMimeType(state.MediaPath);
|
||||
var contentType = state.GetMimeType("." + state.OutputContainer, false) ?? state.GetMimeType(state.MediaPath);
|
||||
|
||||
using (state)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user