jeffvli / feishin

A modern self-hosted music player.
https://feishin.vercel.app
GNU General Public License v3.0
1.99k stars 78 forks source link

Fix LrcLib fetcher #603

Closed vukanovics closed 1 month ago

vukanovics commented 1 month ago

LrcLib expects durations in seconds, while the duration field in Feishin is normalized to milliseconds. This causes the lyrics fetch to fail.

Convert the normalized duration into seconds.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
feishin ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 2, 2024 11:13am
kgarner7 commented 1 month ago

Thanks!