mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
persist lyrics offset per song
This commit is contained in:
@@ -1060,6 +1060,7 @@ export type ArtistInfoQuery = {
|
||||
|
||||
export type FullLyricsMetadata = Omit<InternetProviderLyricResponse, 'id' | 'lyrics' | 'source'> & {
|
||||
lyrics: LyricsResponse;
|
||||
offsetMs?: number;
|
||||
remote: boolean;
|
||||
source: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user