mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
fix 6b0504d0
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user