mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-03 00:51:17 +08:00
webui: change v-bind model. add transition effect in mian page.
This commit is contained in:
@@ -89,6 +89,7 @@ class TorrentManager(Database):
|
||||
)
|
||||
|
||||
def enable_rule(self, _id: str | int):
|
||||
# TODO: to fix search_id
|
||||
data = self.bangumi.search(int(_id))
|
||||
if isinstance(data, Bangumi):
|
||||
data.deleted = False
|
||||
|
||||
Reference in New Issue
Block a user