Commit Graph

5 Commits

Author SHA1 Message Date
ema
5ed701343f Refactor GetNearestLrc for clarity and efficiency #1858
Simplified the logic in GetNearestLrc by using clearer LINQ queries and reducing redundant operations. The method now directly finds the latest timestamp not greater than the specified time, merges duplicate timestamps if necessary, and returns the appropriate LrcLine.
2026-01-14 13:58:56 +08:00
ema
860da5a014 Improve LRC handling by merging duplicate timestamps #1858 2026-01-14 13:50:01 +08:00
ema
a6210e177b Update copyright year to 2026 2026-01-06 02:24:42 +08:00
ema
a0a46832ed Update copyright information 2025-05-06 21:04:58 +08:00
ema
09bd9bc1f9 Audio player support lyric (.lrc) #1506
Use lyric parser from https://github.com/lemutec/LyricStudio
2024-12-15 04:00:05 +08:00