persist lyrics offset per song

This commit is contained in:
jeffvli
2025-11-30 17:55:12 -08:00
parent b99bc62065
commit 0b8ae55150
4 changed files with 82 additions and 25 deletions
+1
View File
@@ -1060,6 +1060,7 @@ export type ArtistInfoQuery = {
export type FullLyricsMetadata = Omit<InternetProviderLyricResponse, 'id' | 'lyrics' | 'source'> & {
lyrics: LyricsResponse;
offsetMs?: number;
remote: boolean;
source: string;
};