aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarm235 <phoenixai235@gmail.com>2025-10-07 12:20:08 -0500
committerkarm235 <phoenixai235@gmail.com>2025-10-07 12:20:08 -0500
commit6097045d71b4518cc118a98917125927c676e128 (patch)
tree8b8563e99fceb3707db52fc42302d4676ca4d369
parent51e20a14c29b67bf9e8c0bbf9e92f1fe406062c3 (diff)
cleanup
-rw-r--r--Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs
index 78b8759c5..36708e258 100644
--- a/Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs
+++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs
@@ -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)