Skip to content

Commit 7bdb629

Browse files
authored
Merge pull request jxxghp#5505 from DDSRem-Dev/rtorrent
2 parents fd92f98 + 69a1207 commit 7bdb629

File tree

6 files changed

+1079
-5
lines changed

6 files changed

+1079
-5
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ venv
2727

2828
# Pylint
2929
pylint-report.json
30-
.pylint.d/
30+
.pylint.d/
31+
32+
# AI
33+
.claude/

app/helper/downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def is_downloader(
2525
) -> bool:
2626
"""
2727
通用的下载器类型判断方法
28-
:param service_type: 下载器的类型名称(如 'qbittorrent', 'transmission')
28+
:param service_type: 下载器的类型名称(如 'qbittorrent', 'transmission', 'rtorrent'
2929
:param service: 要判断的服务信息
3030
:param name: 服务的名称
3131
:return: 如果服务类型或实例为指定类型,返回 True;否则返回 False

0 commit comments

Comments
 (0)