[PR #857] [MERGED] 🐞 fix: 修复任务栏歌词的歌词意外跳转 bug #688

Closed
opened 2026-02-27 07:12:45 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/857 **Author:** [@apoint123](https://github.com/apoint123) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `fix/lyric-jump` --- ### 📝 Commits (1) - [`c93eaac`](https://github.com/imsyy/SPlayer/commit/c93eaac945ce83e01532254df50072d01cb30cf9) 🐞 fix: 修复任务栏歌词的歌词意外跳转 bug ### 📊 Changes **1 file changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/views/TaskbarLyric/index.vue` (+17 -2) </details> ### 📄 Description 只有当 IPC 时间与本地时间误差超过 100ms 时,才同步 IPC 的时间 IPC 传来的时间有约 50ms 的延迟,可能导致 rAF 的时间抢跑了 50ms 显示到了下一行歌词,而 IPC 传的时间又把歌词拉回到上一句 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:12:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#688
No description provided.