ui: add tags for dub and rebroadcast
This commit is contained in:
@@ -118,6 +118,8 @@ export async function getAnimeWithSongsByAnnId(db: ClientDb, annId: number) {
|
||||
annSongId: animeSongLinks.annSongId,
|
||||
type: animeSongLinks.type,
|
||||
number: animeSongLinks.number,
|
||||
dub: animeSongLinks.dub,
|
||||
rebroadcast: animeSongLinks.rebroadcast,
|
||||
|
||||
songName: songs.name,
|
||||
fileName: songs.fileName,
|
||||
@@ -139,6 +141,8 @@ export async function getAnimeWithSongsByAnnId(db: ClientDb, annId: number) {
|
||||
annSongId: r.annSongId,
|
||||
type: r.type,
|
||||
number: r.number,
|
||||
dub: r.dub,
|
||||
rebroadcast: r.rebroadcast,
|
||||
songName: r.songName,
|
||||
fileName: r.fileName,
|
||||
globalPercent: r.globalPercent,
|
||||
@@ -173,6 +177,8 @@ export async function getSongsForMalAnimeIds(
|
||||
annSongId: animeSongLinks.annSongId,
|
||||
type: animeSongLinks.type,
|
||||
number: animeSongLinks.number,
|
||||
dub: animeSongLinks.dub,
|
||||
rebroadcast: animeSongLinks.rebroadcast,
|
||||
|
||||
songName: songs.name,
|
||||
fileName: songs.fileName,
|
||||
@@ -233,6 +239,8 @@ export async function getSongsWithFilters(
|
||||
|
||||
type: animeSongLinks.type,
|
||||
number: animeSongLinks.number,
|
||||
dub: animeSongLinks.dub,
|
||||
rebroadcast: animeSongLinks.rebroadcast,
|
||||
|
||||
animeAnnId: anime.annId,
|
||||
animeMainName: anime.mainName,
|
||||
|
||||
Reference in New Issue
Block a user