mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-19 19:49:36 +08:00
Compare commits
1 Commits
579c35fadc
...
c297bb02d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c297bb02d3 |
@ -1,12 +1,10 @@
|
|||||||
[
|
[
|
||||||
"smartstrm",
|
|
||||||
"fnv_refresh_v2",
|
|
||||||
"alist",
|
"alist",
|
||||||
|
"smartstrm",
|
||||||
"alist_strm",
|
"alist_strm",
|
||||||
"alist_strm_gen",
|
"alist_strm_gen",
|
||||||
"alist_sync",
|
"alist_sync",
|
||||||
"aria2",
|
"aria2",
|
||||||
"emby",
|
"emby",
|
||||||
"plex",
|
"plex"
|
||||||
"fnv"
|
|
||||||
]
|
]
|
||||||
Binary file not shown.
@ -1182,13 +1182,13 @@ def do_save(account, tasklist=[]):
|
|||||||
task = (
|
task = (
|
||||||
plugin.run(task, account=account, tree=is_new_tree) or task
|
plugin.run(task, account=account, tree=is_new_tree) or task
|
||||||
)
|
)
|
||||||
print()
|
print()
|
||||||
print(f"===============插件收尾===============")
|
print(f"===============插件收尾===============")
|
||||||
for plugin_name, plugin in plugins.items():
|
for plugin_name, plugin in plugins.items():
|
||||||
if plugin.is_active and hasattr(plugin, "task_after"):
|
if plugin.is_active and hasattr(plugin, "task_after"):
|
||||||
data = plugin.task_after()
|
data = plugin.task_after()
|
||||||
if data.get("config"):
|
if data.get("config"):
|
||||||
CONFIG_DATA["plugins"][plugin_name] = data["config"]
|
CONFIG_DATA["plugins"][plugin_name] = data["config"]
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user