fix(synced-lyrics): fix lyric load

fix #2295
This commit is contained in:
JellyBrick
2024-08-01 20:18:02 +09:00
parent eabc28b39f
commit 747bde2136
3 changed files with 16 additions and 15 deletions

View File

@ -241,7 +241,8 @@ export interface FlagEndpoint {
flagAction: string;
}
export type VideoDataChangeValue = {
// see song-info-front.ts
export type VideoDataChangeValue = Record<string, unknown> & {
videoId: string;
title: string;
author: string;