fix(qbittorrent): 规范下载任务年份类型

This commit is contained in:
jxxghp
2026-08-27 11:02:32 +08:00
parent aac184a1b9
commit 8fea9cbcf5
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ class QbittorrentModule(_DownloaderModuleBase[Qbittorrent]):
downloader=downloader_name,
title=torrent_data.get('name'),
name=meta.name,
year=meta.year,
year=str(meta.year) if meta.year is not None else None,
season_episode=meta.season_episode,
path=Path(self.normalize_return_path(torrent_path, downloader_name)),
save_path=self.normalize_return_path(