mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-26 13:08:17 +00:00
profile fix for hls
This commit is contained in:
@@ -155,7 +155,7 @@ namespace MediaBrowser.Api.Playback.Hls
|
||||
|
||||
if (!string.IsNullOrEmpty(state.VideoRequest.Profile))
|
||||
{
|
||||
args += " -profile:v" + state.VideoRequest.Profile;
|
||||
args += " -profile:v " + state.VideoRequest.Profile;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(state.VideoRequest.Level))
|
||||
|
||||
Reference in New Issue
Block a user