projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0a4fa
)
Revert MIN_SCHEMA_VERSION to maintain HA compatability.
author
Marvin Schenkel
<marvinschenkel@gmail.com>
Sat, 21 Feb 2026 09:26:11 +0000
(10:26 +0100)
committer
Marvin Schenkel
<marvinschenkel@gmail.com>
Sat, 21 Feb 2026 09:26:11 +0000
(10:26 +0100)
music_assistant/constants.py
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index b477b9e5aced02d64ac01ffd4ee10059726f4a89..2f501dde7162ba2e995b318bb1e51d4808eaa8d6 100644
(file)
--- a/
music_assistant/constants.py
+++ b/
music_assistant/constants.py
@@
-28,7
+28,7
@@
PLAYLIST_MEDIA_TYPES: Final[tuple[MediaType, ...]] = (
API_SCHEMA_VERSION: Final[int] = 29
-MIN_SCHEMA_VERSION: Final[int] = 2
9
+MIN_SCHEMA_VERSION: Final[int] = 2
8
MASS_LOGGER_NAME: Final[str] = "music_assistant"