mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
fix(player): Improve MPV stability and seek performance (#953)
This commit is contained in:
@@ -83,6 +83,7 @@ export const SynchronizedLyrics = ({
|
||||
(time: number) => {
|
||||
if (playbackType === PlaybackType.LOCAL && mpvPlayer) {
|
||||
mpvPlayer.seekTo(time);
|
||||
setCurrentTime(time, true);
|
||||
} else {
|
||||
setCurrentTime(time, true);
|
||||
handleScrobbleFromSeek(time);
|
||||
|
||||
Reference in New Issue
Block a user