mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-09 17:50:23 +08:00
feat:global image cache api
This commit is contained in:
@@ -64,6 +64,7 @@ class Qbittorrent:
|
||||
"""
|
||||
try:
|
||||
# 登录
|
||||
logger.info(f"正在连接 qbittorrent:{self._host}:{self._port}")
|
||||
qbt = qbittorrentapi.Client(host=self._host,
|
||||
port=self._port,
|
||||
username=self._username,
|
||||
|
||||
@@ -46,6 +46,7 @@ class Transmission:
|
||||
"""
|
||||
try:
|
||||
# 登录
|
||||
logger.info(f"正在连接 transmission:{self._host}:{self._port}")
|
||||
trt = transmission_rpc.Client(host=self._host,
|
||||
port=self._port,
|
||||
username=self._username,
|
||||
|
||||
Reference in New Issue
Block a user