mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix lyrics offset type conversion (#948)
This commit is contained in:
parent
f1e5ed41bc
commit
c4b4300845
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const LyricsActions = ({
|
||||||
setSettings({
|
setSettings({
|
||||||
lyrics: {
|
lyrics: {
|
||||||
...useSettingsStore.getState().lyrics,
|
...useSettingsStore.getState().lyrics,
|
||||||
delayMs: e,
|
delayMs: Number(e),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue