File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ public void RemoveProvider(ExternalProviderType providerType)
221221 public void Disable ( ) => _providerService . DisableAllProviders ( ) ;
222222
223223 /// <inheritdoc />
224- public void WithLogger ( ILoggerFactory loggerFactory )
224+ public void WithLogger ( ILoggerFactory loggerFactory )
225225 {
226226 _loggerFactory = loggerFactory ;
227227 _providerService . WithLogger ( loggerFactory ) ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ internal sealed class LyricFindParser : IExternalProviderLyricParser
77 {
88 public string Parse ( string lyric )
99 {
10- return UnescapeString ( RemoveAllHtmlTags ( lyric ) ) ? . Trim ( ) ? . Replace ( "\\ n" , "\r \n " )
10+ return UnescapeString ( RemoveAllHtmlTags ( lyric ) ) ? . Trim ( ) ? . Replace ( "\\ n" , "\r \n " )
1111 ?? string . Empty ;
1212 }
1313
You can’t perform that action at this time.
0 commit comments