Skip to content

Commit

Permalink
Re-disable ReplayGain temporarily until upstream issues with LS 2.3.x…
Browse files Browse the repository at this point in the history
… Rolling Release builds is fixed.
  • Loading branch information
BusterNeece committed Jan 26, 2025
1 parent 5133441 commit a024823
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/src/Radio/Backend/Liquidsoap/ConfigWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,9 @@ public function writeCrossfadeConfiguration(WriteLiquidsoapConfiguration $event)
$event->appendBlock(
<<<LIQ
# Replaygain Metadata
enable_replaygain_metadata()
radio = replaygain(radio)
# Temporarily disabled due to upstream issues.
# enable_replaygain_metadata()
# radio = replaygain(radio)
LIQ
);
}
Expand Down

0 comments on commit a024823

Please sign in to comment.