diff --git a/src/ZonyLrcTools.Common/Lyrics/Providers/KuGou/KuGourLyricsProvider.cs b/src/ZonyLrcTools.Common/Lyrics/Providers/KuGou/KuGouLyricsProvider.cs similarity index 96% rename from src/ZonyLrcTools.Common/Lyrics/Providers/KuGou/KuGourLyricsProvider.cs rename to src/ZonyLrcTools.Common/Lyrics/Providers/KuGou/KuGouLyricsProvider.cs index 4a6d81e..ad93a3b 100644 --- a/src/ZonyLrcTools.Common/Lyrics/Providers/KuGou/KuGourLyricsProvider.cs +++ b/src/ZonyLrcTools.Common/Lyrics/Providers/KuGou/KuGouLyricsProvider.cs @@ -8,7 +8,7 @@ using ZonyLrcTools.Common.Lyrics.Providers.KuGou.JsonModel; namespace ZonyLrcTools.Common.Lyrics.Providers.KuGou { - public class KuGourLyricsProvider : LyricsProvider + public class KuGouLyricsProvider : LyricsProvider { public override string DownloaderName => InternalLyricsProviderNames.KuGou; @@ -20,7 +20,7 @@ namespace ZonyLrcTools.Common.Lyrics.Providers.KuGou private const string KuGouGetLyricAccessKeyUrl = @"http://lyrics.kugou.com/search"; private const string KuGouGetLyricUrl = @"http://lyrics.kugou.com/download"; - public KuGourLyricsProvider(IWarpHttpClient warpHttpClient, + public KuGouLyricsProvider(IWarpHttpClient warpHttpClient, ILyricsItemCollectionFactory lyricsItemCollectionFactory, IOptions options) {