mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
Added a space after the profile for progressive streaming
This commit is contained in:
@@ -148,7 +148,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
|
||||
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