refactor anime page to use song entry component
This commit is contained in:
@@ -112,7 +112,7 @@ export async function getAnimeWithSongsByAnnId(db: ClientDb, annId: number) {
|
||||
.orderBy(desc(animeSongLinks.type), desc(animeSongLinks.number));
|
||||
|
||||
return {
|
||||
anime,
|
||||
anime: foundAnime,
|
||||
songs: rows.map((r) => ({
|
||||
annSongId: r.annSongId,
|
||||
type: r.type,
|
||||
|
||||
Reference in New Issue
Block a user