feat: remove MusicBrainz integration and exclusively use iTunes for song release years

This commit is contained in:
Hördle Bot
2025-11-24 18:53:03 +01:00
parent 41e2ec1495
commit 326023a705
5 changed files with 2 additions and 351 deletions

View File

@@ -16,7 +16,7 @@ model Song {
artist String
filename String // Filename in public/uploads
coverImage String? // Filename in public/uploads/covers
releaseYear Int? // Release year from MusicBrainz
releaseYear Int? // Release year from iTunes
createdAt DateTime @default(now())
puzzles DailyPuzzle[]
genres Genre[]