Fixes to Add Melody Page, minor UI Tweaks

This commit is contained in:
2026-02-17 18:11:04 +02:00
parent dff1ec921d
commit bec0e606e6
21 changed files with 863 additions and 899 deletions

View File

@@ -28,7 +28,6 @@ class MelodyInfo(BaseModel):
color: str = ""
isTrueRing: bool = False
previewURL: str = ""
notes: List[int] = []
class MelodyAttributes(BaseModel):