mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix lyrics offset type conversion (#948)
This commit is contained in:
@@ -42,7 +42,7 @@ export const LyricsActions = ({
|
||||
setSettings({
|
||||
lyrics: {
|
||||
...useSettingsStore.getState().lyrics,
|
||||
delayMs: e,
|
||||
delayMs: Number(e),
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user