Remove space

Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
gnattu 2024-07-18 18:49:04 +08:00
parent 855215673a
commit 59c18a7454

View File

@ -187,7 +187,7 @@ public class UniversalAudioController : BaseJellyfinApiController
// fallback to mpegts if device reports some weird value unsupported by hls
var requestedSegmentContainer = Array.Exists(
supportedHlsContainers,
supportedHlsContainers,
element => string.Equals(element, transcodingContainer, StringComparison.OrdinalIgnoreCase)) ? transcodingContainer : "ts";
var segmentContainer = Array.Exists(
supportedHlsContainers,