mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
fix: 修改注释
This commit is contained in:
@@ -1146,7 +1146,7 @@ class IYUUAutoSeed(_PluginBase):
|
||||
@staticmethod
|
||||
def __get_category(torrent: Any, dl_type: str):
|
||||
"""
|
||||
获取种子标签
|
||||
获取种子分类
|
||||
"""
|
||||
try:
|
||||
return torrent.get("category") if dl_type == "qbittorrent" else None
|
||||
|
||||
Reference in New Issue
Block a user