mirror of https://github.com/jellyfin/jellyfin
cleanup
This commit is contained in:
parent
51e20a14c2
commit
6097045d71
|
|
@ -277,7 +277,6 @@ public partial class AudioNormalizationTask : IScheduledTask
|
|||
|
||||
lufs = float.Parse(match.Groups[1].ValueSpan, CultureInfo.InvariantCulture.NumberFormat);
|
||||
foundLufs = true;
|
||||
// Don't break - keep draining stderr to prevent buffer deadlock
|
||||
}
|
||||
|
||||
if (lufs is null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue