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-03-20 03:57:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
42bac1477042896fb618ef2b4cb2c3e5e7ccc90a
MoviePilot
/
app
/
modules
/
jellyfin
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
..
__init__.py
feat(config): 优化配置变更事件处理机制
2025-11-27 23:17:34 +08:00
jellyfin.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