Skip to content

Commit 358e8bd

Browse files
committed
简化日志
1 parent 9939900 commit 358e8bd

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
# 18.1.1
3+
4+
- 简化日志
5+
26
# 18.1.0
37

48
- 升级核心版本适配请求

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=run.ikaros.plugin
22
description=A mikan plugin for ikaros.
3-
version=18.1.0
3+
version=18.1.1

src/main/java/run/ikaros/plugin/mikan/MikanSubHandler.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ public Mono<Void> importQbittorrentFilesAndAddSubject() {
231231
.flatMapMany(qc -> Flux.fromStream(qc.getTorrentList(QbTorrentInfoFilter.ALL,
232232
qc.getCategory(), null, null, null, null).stream()))
233233
.filter(qbTorrentInfo -> qbTorrentInfo.getProgress() == 1.0)
234-
.doOnNext(qbTorrentInfo ->
235-
log.debug("start handle single torrent for content path: {}",
236-
qbTorrentInfo.getContentPath()))
234+
// .doOnNext(qbTorrentInfo ->
235+
// log.debug("start handle single torrent for content path: {}",
236+
// qbTorrentInfo.getContentPath()))
237237
.flatMap(qbTorrentInfo ->
238238
importFileByHardLinkRecursively(qbTorrentInfo.getContentPath(),
239239
DOWNLOAD_DIRECTORY_ID)

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: PluginMikan
44
# plugin entry class that extends BasePlugin
55
clazz: run.ikaros.plugin.mikan.MikanPlugin
66
# plugin 'version' is a valid semantic version string (see semver.org).
7-
version: 18.1.0
7+
version: 18.1.1
88
requires: ">=0.18.0"
99
author:
1010
name: Ikaros OSS Team

0 commit comments

Comments
 (0)