From 710a3998d8f2b68c7316f4a20cdc2be2841af756 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:25:31 -0600 Subject: [PATCH] fixes --- CHANGELOG.md | 2 +- ErsatzTV/Pages/FFmpegEditor.razor | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc03f0c12..7e3bac785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - If this feature turns out to be popular, methods to correct the drift may be investigated - Add `ETV_INSTANCE_ID` environment variable to disambiguate EPG data from multiple ErsatzTV instances - When set, the value will be used in channel identifiers before the final `.ersatztv.org` -- Sow warning message when selecting audio format `aac (latm)` for general streaming use when it is only intended for DVB-C +- Show warning message when selecting audio format `aac (latm)` for general streaming use when it is only intended for DVB-C ### Changed - Move dark/light mode toggle to **Settings** > **UI** diff --git a/ErsatzTV/Pages/FFmpegEditor.razor b/ErsatzTV/Pages/FFmpegEditor.razor index 76689a301..67b09f95b 100644 --- a/ErsatzTV/Pages/FFmpegEditor.razor +++ b/ErsatzTV/Pages/FFmpegEditor.razor @@ -282,15 +282,7 @@
Format
- @{ - string helperText = string.Empty; - if (_model.AudioFormat is FFmpegProfileAudioFormat.AacLatm) - { - helperText = "aac (latm) is ONLY intended for DVB-C; anything else should use aac instead which uses ADTS"; - } - } - - aac + aac ac3 aac (latm)