mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
minor changes
Co-authored-by: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
5c83dbd0c4
commit
12dcd809f9
@ -1354,7 +1354,7 @@ namespace Jellyfin.Api.Controllers
|
||||
segmentFormat = "mpegts";
|
||||
}
|
||||
|
||||
var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize >= 128
|
||||
var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize > 128
|
||||
? encodingOptions.MaxMuxingQueueSize.ToString(CultureInfo.InvariantCulture)
|
||||
: "128";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user