mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-26 07:25:53 +03:00
[PR #548] [MERGED] fix(ttml): 行结束时间过早 #500
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/548
Author: @MoYingJi
Created: 11/11/2025
Status: ✅ Merged
Merged: 11/11/2025
Merged by: @imsyy
Base:
dev← Head:fix-ttml📝 Commits (1)
1744a5afix(ttml): 行结束时间过早📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/utils/lyric.ts(+2 -2)📄 Description
TTML 有时会为了触发一些效果(比如和下一行连起来)而故意延后行的结束时间(同时词的结束时间不变)
parseTTMLToAMLL直接忽略了行的开始结束时间而采用词的开始结束时间,会导致和其他播放器的显示不一致🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.