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-05-04 14:40:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
30488418e58658c7aedd96c9932618c4f4621f35
MoviePilot
/
app
/
db
History
jxxghp
17773913ae
fix: 统一了数据库查询中 season 参数的非空判断逻辑,以正确处理 season=0 的情况。
2026-02-02 14:23:51 +08:00
..
models
fix: 统一了数据库查询中 season 参数的非空判断逻辑,以正确处理 season=0 的情况。
2026-02-02 14:23:51 +08:00
__init__.py
…
downloadhistory_oper.py
…
init.py
…
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
…
site_oper.py
…
subscribe_oper.py
fix: 统一了数据库查询中 season 参数的非空判断逻辑,以正确处理 season=0 的情况。
2026-02-02 14:23:51 +08:00
systemconfig_oper.py
…
transferhistory_oper.py
…
user_oper.py
…
userconfig_oper.py
…
workflow_oper.py
fix async oper
2025-07-30 18:48:50 +08:00