Chore: Change online logo URL (#2252)
authorOzGav <gavnosp@hotmail.com>
Wed, 25 Jun 2025 17:28:11 +0000 (03:28 +1000)
committerGitHub <noreply@github.com>
Wed, 25 Jun 2025 17:28:11 +0000 (19:28 +0200)
music_assistant/constants.py
music_assistant/logo.png [new file with mode: 0644]

index a8ea10f8b3cf23b0f1be27aef6bea5b2fac927c1..d08dcc7fc0e0c89c5e48526f9bcfe9180c1f3f48 100644 (file)
@@ -114,7 +114,7 @@ DB_TABLE_LOUDNESS_MEASUREMENTS: Final[str] = "loudness_measurements"
 
 # all other
 MASS_LOGO_ONLINE: Final[str] = (
-    "https://github.com/home-assistant/brands/blob/master/core_integrations/music_assistant/icon%402x.png"
+    "https://github.com/music-assistant/server/blob/dev/music_assistant/logo.png"
 )
 ENCRYPT_SUFFIX = "_encrypted_"
 CONFIGURABLE_CORE_CONTROLLERS = (
diff --git a/music_assistant/logo.png b/music_assistant/logo.png
new file mode 100644 (file)
index 0000000..5db3d3e
Binary files /dev/null and b/music_assistant/logo.png differ