Skip to content

Commit

Permalink
优化了aria2与tr的重命名
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Dec 16, 2024
1 parent 5da06c8 commit 21c5cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UPDATE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tmdb标题可以根据是否剧场版进行获取
优化了aria2与tr的重命名
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ani.rss</groupId>
<artifactId>ani-rss</artifactId>
<version>1.1.210</version>
<version>1.1.211</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ani/rss/util/RenameCacheUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.Objects;

/**
* 使用ehcache持久化存储
* 重命名缓存
*/
@Slf4j
public class RenameCacheUtil {
Expand Down

0 comments on commit 21c5cab

Please sign in to comment.