You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Unit Tests for host creation with LyricScraperClient service configuration (#6)
LyricsScraperClient changes:
Added comments for ILyricsScraperClient methods
An indexer has been added to retrieve a provider by its type.
Added method RemoveProvider to remove an external provider by the type from the list of search providers.
Added methods for enabling Enable and disabling Disable client providers. In case of searching when the client is turned off the lyrics search method will return an empty result.
Fixed the formation of the URL search string for the SongLyrics provider in some cases. Added Unit Tests.
Fixed parsing of settings when calling AddLyricScraperClientService. The necessary constructors have been added to all providers in case logging is not configured.