#4929 -- Revert replay_metadata.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-28 11:37:35 -06:00
parent 53bf8882f0
commit 9643953d45
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ class ConfigWriter implements EventSubscriberInterface
end
live = map_metadata(insert_missing, live)
radio = fallback(id="live_fallback", replay_metadata=true, track_sensitive=false, [live, radio])
radio = fallback(id="live_fallback", replay_metadata=false, track_sensitive=false, [live, radio])
EOF
);