mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
cleanup
This commit is contained in:
@@ -277,7 +277,6 @@ public partial class AudioNormalizationTask : IScheduledTask
|
|||||||
|
|
||||||
lufs = float.Parse(match.Groups[1].ValueSpan, CultureInfo.InvariantCulture.NumberFormat);
|
lufs = float.Parse(match.Groups[1].ValueSpan, CultureInfo.InvariantCulture.NumberFormat);
|
||||||
foundLufs = true;
|
foundLufs = true;
|
||||||
// Don't break - keep draining stderr to prevent buffer deadlock
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lufs is null)
|
if (lufs is null)
|
||||||
|
|||||||
Reference in New Issue
Block a user