mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-21 11:24:26 +02:00
split lyrics settings by key (#1389)
This commit is contained in:
@@ -22,6 +22,7 @@ interface LyricsActionsProps {
|
||||
onTranslateLyric?: () => void;
|
||||
onUpdateOffset: (offsetMs: number) => void;
|
||||
setIndex: (idx: number) => void;
|
||||
settingsKey?: string;
|
||||
synced?: boolean;
|
||||
}
|
||||
|
||||
@@ -35,6 +36,7 @@ export const LyricsActions = ({
|
||||
onTranslateLyric,
|
||||
onUpdateOffset,
|
||||
setIndex,
|
||||
settingsKey = 'default',
|
||||
}: LyricsActionsProps) => {
|
||||
const { t } = useTranslation();
|
||||
const currentSong = usePlayerSong();
|
||||
|
||||
Reference in New Issue
Block a user