mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix: 整理成功事件缺少历史记录ID
This commit is contained in:
@@ -125,7 +125,7 @@ class TransferHistoryOper(DbOper):
|
|||||||
"""
|
"""
|
||||||
新增转移成功历史记录
|
新增转移成功历史记录
|
||||||
"""
|
"""
|
||||||
self.add_force(
|
return self.add_force(
|
||||||
src=fileitem.path,
|
src=fileitem.path,
|
||||||
src_storage=fileitem.storage,
|
src_storage=fileitem.storage,
|
||||||
src_fileitem=fileitem.model_dump(),
|
src_fileitem=fileitem.model_dump(),
|
||||||
|
|||||||
Reference in New Issue
Block a user