This website requires JavaScript.
Explore
Help
Register
Sign In
nas
/
MoviePilot
Watch
1
Star
0
Fork
0
You've already forked MoviePilot
mirror of
https://github.com/jxxghp/MoviePilot.git
synced
2026-04-13 17:52:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d469c2d3f97b7ab27529aa1d18f226b11d120b9a
MoviePilot
/
app
/
api
History
jxxghp
d469c2d3f9
refactor: 统一将布尔判断
if var:
和
if not var:
更改为显式的
if var is not None:
和
if var is None:
以正确处理
None
值。
2026-02-02 13:49:32 +08:00
..
endpoints
refactor: 统一将布尔判断
if var:
和
if not var:
更改为显式的
if var is not None:
和
if var is None:
以正确处理
None
值。
2026-02-02 13:49:32 +08:00
__init__.py
…
apiv1.py
feat(category): Add API endpoints for retrieving and saving category configuration
2026-01-26 12:53:26 +08:00
servarr.py
refactor: 添加订阅协程处理
2025-08-02 09:14:38 +08:00
servcookie.py
fix code style
2025-12-22 08:33:23 +08:00