mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
85d2576bdc
- 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)
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
import { createRef } from 'react';
|
|
|
|
export const PlayersRef = createRef<any>();
|