From 910e1805700d5f44e6b83a695f2a8c816c3e9bd9 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Tue, 3 Oct 2023 19:38:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=94=B9=E7=95=AA=E5=89=A7?= =?UTF-8?q?=E8=A7=84=E5=88=99=E5=90=8D=E7=A7=B0=E6=97=A0=E6=B3=95=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=90=8E=E7=BB=AD=E7=A7=8D=E5=AD=90=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/module/manager/torrent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/module/manager/torrent.py b/backend/src/module/manager/torrent.py index 9c7cc181..5de9a823 100644 --- a/backend/src/module/manager/torrent.py +++ b/backend/src/module/manager/torrent.py @@ -116,6 +116,7 @@ class TorrentManager(Database): path = client._gen_save_path(data) if match_list: client.move_torrent(match_list, path) + data.save_path = path self.bangumi.update(data, bangumi_id) return ResponseModel( status_code=200,