Skip to content

Commit

Permalink
修复索引器过滤器BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyPuppy514 committed Jun 18, 2024
1 parent 626e61a commit 647e111
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/lckp/jproxy/filter/IndexerFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
indexerRequest.setSearchKey(
FormatUtil.removeSeasonEpisode(indexerRequest.getSearchKey()));
}
} else {
break;
}
}
// 请求
Expand Down

0 comments on commit 647e111

Please sign in to comment.