Remove the retired artist overrides layer and the mixed artist type

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-04 01:48:33 +08:00
co-authored by Claude Fable 5
parent d0f65a7ddf
commit b6a2166c93
8 changed files with 24 additions and 70 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class Artist(Base):
gender: Mapped[str | None]
"""The gender of the artist."""
type: Mapped[str | None]
"""The artist type: solo, group, or mixed."""
"""The artist type: solo or group."""
genre: Mapped[str | None]
"""The music genre of the artist."""
country: Mapped[str | None]