Nat1anWasTaken / Lava

由 Lavalink 驅動且擁有眾多功能且完全開源、免費的音樂機器人
MIT License
32 stars 11 forks source link

feat: lazy load for lyrics #145

Closed Nat1anWasTaken closed 1 month ago

Nat1anWasTaken commented 3 months ago

The current implementation for lyrics works, but it defers the display update until it fetched the lyrics, which just lead to unnecessary waitings. A lazy loading mechanics should fix this issue and improve the user experience.