Files
feishin/src/renderer/features/player/ref/players-ref.tsx
T
Kendall Garner 85d2576bdc 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)
2023-06-04 16:46:05 -07:00

4 lines
80 B
TypeScript

import { createRef } from 'react';
export const PlayersRef = createRef<any>();