Skip to content

Commit

Permalink
remove used var
Browse files Browse the repository at this point in the history
  • Loading branch information
ndroi committed Jul 23, 2020
1 parent 994f36b commit 966b593
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
*/
public class PlaylistHook extends BaseHook
{
private List<String> hosts = Arrays.asList(
"music.163.com",
"interface.music.163.com",
"interface3.music.163.com"
);
private List<String> paths = Arrays.asList(
"/playlist/detail",
"/eapi/playlist/v4/detail",
Expand Down

0 comments on commit 966b593

Please sign in to comment.