Skip to content

Commit

Permalink
Re-enable Replaygain now that we're on LS 2.3.1 stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Feb 7, 2025
1 parent 149b14c commit b54331e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backend/src/Radio/Backend/Liquidsoap/ConfigWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,8 @@ public function writeCrossfadeConfiguration(WriteLiquidsoapConfiguration $event)
$event->appendBlock(
<<<LIQ
# Replaygain Metadata
# Temporarily disabled due to upstream issues.
# enable_replaygain_metadata()
# radio = replaygain(radio)
enable_replaygain_metadata()
radio = replaygain(radio)
LIQ
);
}
Expand Down

0 comments on commit b54331e

Please sign in to comment.