mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
feat 历史记录同步插件--同步nastools历史记录到MoviePilot
This commit is contained in:
@@ -60,3 +60,9 @@ class TransferHistoryOper(DbOper):
|
||||
删除转移记录
|
||||
"""
|
||||
TransferHistory.delete(self._db, historyid)
|
||||
|
||||
def truncate(self):
|
||||
"""
|
||||
清空转移记录
|
||||
"""
|
||||
TransferHistory.truncate(self._db)
|
||||
|
||||
Reference in New Issue
Block a user