From: OzGav Date: Wed, 25 Jun 2025 17:28:11 +0000 (+1000) Subject: Chore: Change online logo URL (#2252) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=3c16bfc5ca897620bf269add74e884dd5c859cdd;p=music-assistant-server.git Chore: Change online logo URL (#2252) --- diff --git a/music_assistant/constants.py b/music_assistant/constants.py index a8ea10f8..d08dcc7f 100644 --- a/music_assistant/constants.py +++ b/music_assistant/constants.py @@ -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 index 00000000..5db3d3ec Binary files /dev/null and b/music_assistant/logo.png differ