Add Song of the Day filter and badges to Admin Song Library

This commit is contained in:
Hördle Bot
2025-11-22 16:38:15 +01:00
parent 903d626699
commit ae9e4c504e
2 changed files with 48 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ export async function GET() {
createdAt: song.createdAt,
coverImage: song.coverImage,
activations: song.puzzles.length,
puzzles: song.puzzles,
genres: song.genres,
specials: song.specials,
}));