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-07-10 23:11:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f2a5715b2449c7e7b3d6b8a529509128ba02fcb6
MoviePilot
/
app
/
db
/
mediaserver_oper.py
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
3.4 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink