mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-31 23:48:33 +00:00
get default profile if needed
This commit is contained in:
@@ -1734,6 +1734,11 @@ namespace MediaBrowser.Api.Playback
|
||||
AddTimeSeekResponseHeaders(state, responseHeaders);
|
||||
}
|
||||
|
||||
if (profile == null)
|
||||
{
|
||||
profile = DlnaManager.GetDefaultProfile();
|
||||
}
|
||||
|
||||
var audioCodec = state.Request.AudioCodec;
|
||||
|
||||
if (state.VideoRequest == null)
|
||||
|
||||
Reference in New Issue
Block a user