From 9c62a9aafba241813b15acf7f2dbd594ec155c8f Mon Sep 17 00:00:00 2001 From: skuill Date: Fri, 2 Feb 2024 10:36:03 +0400 Subject: [PATCH] Added SearchPriority comment to the client --- LyricsScraperNET.Client/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LyricsScraperNET.Client/Program.cs b/LyricsScraperNET.Client/Program.cs index f75c92d..bc8d668 100644 --- a/LyricsScraperNET.Client/Program.cs +++ b/LyricsScraperNET.Client/Program.cs @@ -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: