Add Song of the Day filter and badges to Admin Song Library
This commit is contained in:
@@ -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,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user