mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
update as per suggestions
This commit is contained in:
parent
d7caf88df6
commit
5c83dbd0c4
@ -1354,7 +1354,7 @@ namespace Jellyfin.Api.Controllers
|
||||
segmentFormat = "mpegts";
|
||||
}
|
||||
|
||||
var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize >= 128 && encodingOptions.MaxMuxingQueueSize <= int.MaxValue
|
||||
var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize >= 128
|
||||
? encodingOptions.MaxMuxingQueueSize.ToString(CultureInfo.InvariantCulture)
|
||||
: "128";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user