mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: complete runtime configuration migration
This commit is contained in:
@@ -47,4 +47,4 @@ class SubscribeHistoryOper(DbOper):
|
||||
|
||||
async def async_delete(self, history_id: int) -> None:
|
||||
"""异步删除订阅历史。"""
|
||||
await SubscribeHistory.async_delete(self._db, history_id)
|
||||
await self._stage_async_delete(SubscribeHistory, history_id)
|
||||
|
||||
Reference in New Issue
Block a user