From 5eee0fe1f968c1089f81fe4b6f5a68925ee69125 Mon Sep 17 00:00:00 2001 From: OzGav Date: Thu, 24 Apr 2025 20:45:46 +1000 Subject: [PATCH] Subsonic: Fix spelling and grammar (#2137) Fix spelling and grammar --- music_assistant/providers/opensubsonic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/providers/opensubsonic/__init__.py b/music_assistant/providers/opensubsonic/__init__.py index 2505c386..12ec2806 100644 --- a/music_assistant/providers/opensubsonic/__init__.py +++ b/music_assistant/providers/opensubsonic/__init__.py @@ -72,7 +72,7 @@ async def get_config_entries( type=ConfigEntryType.STRING, label="Server Path", required=False, - description="Path to append to base URL for Soubsonic server, this is likely " + description="Path to append to the base URL for the Subsonic server, this is likely " "empty unless you are path routing on a proxy", ), ConfigEntry( -- 2.34.1