skuill / LyricsScraperNET

🎼 LyricsScraperNET is a .NET library to search for lyrics of a song from the web.
MIT License
5 stars 1 forks source link

#21. Fixed the Musixmatch provider that fails after certain requests #22

Closed skuill closed 9 months ago

skuill commented 9 months ago

1) Fixed Musixmatch token regeneration logic. Updated MusixmatchClientLib 2) MusixmatchProvider refactoring for Unit testing. 3) Added MusixmatchProvider UnitTest for retry logic with token regeneration.