mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-09-05 21:16:52 +00:00
refactor: Refactor lyrics download logic and abstract a new logger.
This commit is contained in:
@@ -2,6 +2,6 @@ namespace ZonyLrcTools.Common.Lyrics
|
||||
{
|
||||
public interface ILyricsTextResolver
|
||||
{
|
||||
LyricItemCollection Resolve(string lyricText);
|
||||
LyricsItemCollection Resolve(string lyricText);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user