feat(song): add option to exclude songs from global visibility and improve admin upload validation

This commit is contained in:
Hördle Bot
2025-11-24 19:59:47 +01:00
parent 326023a705
commit 67cf85dc22
7 changed files with 174 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ model Song {
specials SpecialSong[]
averageRating Float @default(0)
ratingCount Int @default(0)
excludeFromGlobal Boolean @default(false)
}
model Genre {