From: Marcel van der Veldt Date: Fri, 20 Dec 2024 15:25:43 +0000 (+0100) Subject: Fix a small typo X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=777d13307e79a25fad95b574fa4a057cb0a4b8a3;p=music-assistant-server.git Fix a small typo --- diff --git a/music_assistant/controllers/streams.py b/music_assistant/controllers/streams.py index 0a25ebda..cc7b9f8a 100644 --- a/music_assistant/controllers/streams.py +++ b/music_assistant/controllers/streams.py @@ -924,6 +924,7 @@ class StreamsController(CoreController): ): # apply used defined fixed volume/gain correction gain_correct: float = await self.mass.config.get_core_config_value( + self.domain, CONF_VOLUME_NORMALIZATION_FIXED_GAIN_RADIO if streamdetails.media_type == MediaType.RADIO else CONF_VOLUME_NORMALIZATION_FIXED_GAIN_TRACKS,