mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 12:11:13 +00:00
refactor: Fixed incorrect naming.
This commit is contained in:
parent
6ad2992144
commit
a2c44901fd
@ -8,7 +8,7 @@ using ZonyLrcTools.Common.Lyrics.Providers.KuGou.JsonModel;
|
|||||||
|
|
||||||
namespace ZonyLrcTools.Common.Lyrics.Providers.KuGou
|
namespace ZonyLrcTools.Common.Lyrics.Providers.KuGou
|
||||||
{
|
{
|
||||||
public class KuGourLyricsProvider : LyricsProvider
|
public class KuGouLyricsProvider : LyricsProvider
|
||||||
{
|
{
|
||||||
public override string DownloaderName => InternalLyricsProviderNames.KuGou;
|
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 KuGouGetLyricAccessKeyUrl = @"http://lyrics.kugou.com/search";
|
||||||
private const string KuGouGetLyricUrl = @"http://lyrics.kugou.com/download";
|
private const string KuGouGetLyricUrl = @"http://lyrics.kugou.com/download";
|
||||||
|
|
||||||
public KuGourLyricsProvider(IWarpHttpClient warpHttpClient,
|
public KuGouLyricsProvider(IWarpHttpClient warpHttpClient,
|
||||||
ILyricsItemCollectionFactory lyricsItemCollectionFactory,
|
ILyricsItemCollectionFactory lyricsItemCollectionFactory,
|
||||||
IOptions<GlobalOptions> options)
|
IOptions<GlobalOptions> options)
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user