change order of config entry type
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 9 Jul 2024 20:38:16 +0000 (22:38 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 9 Jul 2024 20:38:16 +0000 (22:38 +0200)
music_assistant/common/models/config_entries.py

index 84479deea6ca12240b0bc4f1ce9a3b46cb363689..e6a62ba48da864e416db7ddb3585325fc711eede 100644 (file)
@@ -54,9 +54,9 @@ ConfigValueType = (
     | int
     | float
     | bool
+    | list[str]
     | list[tuple[int, int]]
     | tuple[int, int]
-    | list[str]
     | list[int]
     | Enum
     | None