mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 05:34:16 -04:00
fix ci
This commit is contained in:
parent
06670351ae
commit
750eaa9d27
@ -448,7 +448,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
|| string.Equals(state.MediaSource.Container, "hls", StringComparison.OrdinalIgnoreCase)))
|
|| string.Equals(state.MediaSource.Container, "hls", StringComparison.OrdinalIgnoreCase)))
|
||||||
{
|
{
|
||||||
bitStreamArgs = _encodingHelper.GetBitStreamArgs(state.AudioStream);
|
bitStreamArgs = _encodingHelper.GetBitStreamArgs(state.AudioStream);
|
||||||
bitStreamArgs = string.IsNullOrEmpty(bitStreamArgs) ? string.Empty : " " + bitStreamArgs;;
|
bitStreamArgs = string.IsNullOrEmpty(bitStreamArgs) ? string.Empty : " " + bitStreamArgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "-acodec copy -strict -2" + bitStreamArgs;
|
return "-acodec copy -strict -2" + bitStreamArgs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user