This commit is contained in:
thsrite
2024-12-30 14:26:34 +08:00
parent 6b0504d0d9
commit 5b83acd7dc
4 changed files with 8 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ class IYUUAutoSeed(_PluginBase):
# 插件图标
plugin_icon = "IYUU.png"
# 插件版本
plugin_version = "1.9.8"
plugin_version = "1.9.9"
# 插件作者
plugin_author = "jxxghp"
# 作者主页
@@ -638,7 +638,7 @@ class IYUUAutoSeed(_PluginBase):
# 只处理 qb
if downloader == "qbittorrent":
downloader_obj = self.__get_downloader(downloader)
paused_torrents, _ = downloader_obj.get_torrents(status=["paused"])
paused_torrents, _ = downloader_obj.get_torrents(status="paused")
# errored_torrents, _ = downloader_obj.get_torrents(status=["errored"])
pausedUP_torrent_hashs = []
for torrent in paused_torrents: