Skip to content

Commit

Permalink
new ver
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Apr 19, 2018
1 parent f5c4b9b commit dd75def
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 360 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
<Compile Include="AppServiceHandler.cs" />
<Compile Include="Providers\ILrcInfo.cs" />
<Compile Include="Providers\LrcInfo.cs" />
<Compile Include="Providers\BaiduSearcher.cs" />
<Compile Include="Providers\QQSearcher.cs" />
<Compile Include="Providers\NeteaseSearcher.cs" />
<Compile Include="ServiceBackgroundTask.cs" />
Expand Down
104 changes: 0 additions & 104 deletions Opportunity.LrcExt.Aurora.Music.Background/Providers/BaiduSearcher.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public static class Searchers
public static ISearcher NeteaseSearcher { get; } = new NeteaseSearcher();
public static ISearcher ViewLyricsSearcher { get; } = new ViewLyricsSearcher();
public static ISearcher TTSearcher { get; } = new TTSearcher();
public static ISearcher BaiduSearcher { get; } = new BaiduSearcher();
public static ISearcher QQSearcher { get; } = new QQSearcher();

public static IEnumerable<ISearcher> All
Expand All @@ -24,7 +23,6 @@ public static IEnumerable<ISearcher> All
yield return NeteaseSearcher;
yield return QQSearcher;
yield return ViewLyricsSearcher;
yield return BaiduSearcher;
yield return TTSearcher;
}
}
Expand Down
Loading

0 comments on commit dd75def

Please sign in to comment.