mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update as per suggestions
This commit is contained in:
@@ -1354,7 +1354,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
segmentFormat = "mpegts";
|
segmentFormat = "mpegts";
|
||||||
}
|
}
|
||||||
|
|
||||||
var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize >= 128 && encodingOptions.MaxMuxingQueueSize <= int.MaxValue
|
var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize >= 128
|
||||||
? encodingOptions.MaxMuxingQueueSize.ToString(CultureInfo.InvariantCulture)
|
? encodingOptions.MaxMuxingQueueSize.ToString(CultureInfo.InvariantCulture)
|
||||||
: "128";
|
: "128";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user