Skip to content

Commit

Permalink
Added SearchPriority comment to the client
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Feb 2, 2024
1 parent afb7b1e commit 9c62a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LyricsScraperNET.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ILyricsScraperClient lyricsScraperClient
// GeniusOptions geniusOptions = new GeniusOptions()
// {
// Enabled = true,
// SearchPriority = 1
// SearchPriority = 1 // If there are multiple external providers, then the search will start from the provider with the highest priority.
// };
// IExternalProvider externalProvider = new GeniusProvider(geniusOptions);
//// 3. Add external provider to client:
Expand Down

0 comments on commit 9c62a9a

Please sign in to comment.