This website requires JavaScript.
Explore
Help
Sign In
GithubBackup
/
MoviePilot
Watch
1
Star
0
Fork
0
You've already forked MoviePilot
mirror of
https://github.com/jxxghp/MoviePilot.git
synced
2026-06-02 22:21:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
af35101774c199741ef7c11391f7ac50e4dd3da7
MoviePilot
/
app
/
db
History
jxxghp
bcc321eb70
add plugin agent management tools
2026-04-29 08:29:04 +08:00
..
models
add plugin agent management tools
2026-04-29 08:29:04 +08:00
__init__.py
…
downloadhistory_oper.py
Optimize agent tool async blocking paths
2026-04-28 20:36:49 +08:00
init.py
fix local db initialization model registration
2026-04-16 17:05:57 +08:00
mediaserver_oper.py
refactor: 统一将布尔判断
if var:
和
if not var:
更改为显式的
if var is not None:
和
if var is None:
以正确处理
None
值。
2026-02-02 13:49:32 +08:00
message_oper.py
…
plugindata_oper.py
add plugin agent management tools
2026-04-29 08:29:04 +08:00
site_oper.py
…
subscribe_oper.py
Optimize agent tool async blocking paths
2026-04-28 20:36:49 +08:00
systemconfig_oper.py
…
transferhistory_oper.py
Optimize agent tool async blocking paths
2026-04-28 20:36:49 +08:00
user_oper.py
Optimize agent tool async blocking paths
2026-04-28 20:36:49 +08:00
userconfig_oper.py
…
workflow_oper.py
…