From e6006aeb5ade0547e8e68ee7c49a432132c327d1 Mon Sep 17 00:00:00 2001 From: OzGav Date: Mon, 21 Apr 2025 00:20:31 +1000 Subject: [PATCH] Suggested grammar change (#2134) --- music_assistant/constants.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/music_assistant/constants.py b/music_assistant/constants.py index 84357255..64d0076a 100644 --- a/music_assistant/constants.py +++ b/music_assistant/constants.py @@ -575,12 +575,12 @@ CONF_ENTRY_ENABLE_ICY_METADATA = ConfigEntry( ], depends_on=CONF_FLOW_MODE, default_value="disabled", - label="Try to ingest metadata into stream (ICY)", + label="Try to inject metadata into stream (ICY)", category="advanced", - description="Try to ingest metadata into the stream (ICY) to show track info on the player, " - "even when flow mode is enabled.\n\nThis is called ICY metadata and its what is also used by " - "online radio station to inform you what is playing. \n\nBe aware that not all players support " - "this correctly. If you experience issues with playback, try to disable this setting.", + description="Try to inject metadata into the stream (ICY) to show track info on the player, " + "even when flow mode is enabled.\n\nThis is called ICY metadata and is what is used by " + "online radio stations to show you what is playing. \n\nBe aware that not all players support " + "this correctly. If you experience issues with playback, try disabling this setting.", ) CONF_ENTRY_ENABLE_ICY_METADATA_HIDDEN = ConfigEntry.from_dict( -- 2.34.1