Apply suggestions from code review
This commit is contained in:
parent
b4598bd71b
commit
44ff7a4843
|
@ -394,7 +394,7 @@ namespace Jellyfin.Api.Controllers
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_logger.LogError("Invalid HLS segment container: " + segmentFormat);
|
_logger.LogError("Invalid HLS segment container: {SegmentFormat}", segmentFormat);
|
||||||
}
|
}
|
||||||
|
|
||||||
var maxMuxingQueueSize = _encodingOptions.MaxMuxingQueueSize > 128
|
var maxMuxingQueueSize = _encodingOptions.MaxMuxingQueueSize > 128
|
||||||
|
|
Loading…
Reference in New Issue
Block a user