Revert last crossfade change.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-21 11:51:03 -06:00
parent f583a57027
commit 57676a6559
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ class ConfigWriter implements EventSubscriberInterface
$crossfadeIsSmart = (Entity\StationBackendConfiguration::CROSSFADE_SMART === $crossfade_type) ? 'true' : 'false';
$event->appendLines([
sprintf(
'radio = crossfade(smart=%1$s, duration=%2$s, fade_out=%3$s, fade_in=%3$s, minimum=0., radio)',
'radio = crossfade(smart=%1$s, duration=%2$s, fade_out=%3$s, fade_in=%3$s, radio)',
$crossfadeIsSmart,
self::toFloat($crossDuration),
self::toFloat($crossfade)