mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-04 03:31:40 +00:00
Improved lyric syncing, fetch
- uses a somewhat more sane way to parse lyrics and teardown timeouts - adds 'seeked' to setCurrentTime to make detecting seeks in lyric much easier - adds ability to fetch lyrics from genius/netease (desktop only)
This commit is contained in:
parent
23f9bd4e9f
commit
85d2576bdc
25 changed files with 907 additions and 118 deletions
3
src/renderer/features/player/ref/players-ref.tsx
Normal file
3
src/renderer/features/player/ref/players-ref.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { createRef } from 'react';
|
||||
|
||||
export const PlayersRef = createRef<any>();
|
||||
Loading…
Add table
Add a link
Reference in a new issue