mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 23:15:55 +03:00
[PR #857] [MERGED] 🐞 fix: 修复任务栏歌词的歌词意外跳转 bug #688
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/857
Author: @apoint123
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @imsyy
Base:
dev← Head:fix/lyric-jump📝 Commits (1)
c93eaac🐞 fix: 修复任务栏歌词的歌词意外跳转 bug📊 Changes
1 file changed (+17 additions, -2 deletions)
View changed files
📝
src/views/TaskbarLyric/index.vue(+17 -2)📄 Description
只有当 IPC 时间与本地时间误差超过 100ms 时,才同步 IPC 的时间
IPC 传来的时间有约 50ms 的延迟,可能导致 rAF 的时间抢跑了 50ms 显示到了下一行歌词,而 IPC 传的时间又把歌词拉回到上一句
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.