mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
fix(subscribe): seerr 端点电影订阅不传季号,避免误判为剧集(S00) (#6226)
This commit is contained in:
@@ -504,7 +504,8 @@ async def seerr_subscribe(
|
|||||||
tmdbid=tmdbId,
|
tmdbid=tmdbId,
|
||||||
title=subject,
|
title=subject,
|
||||||
year="",
|
year="",
|
||||||
season=0,
|
# 电影不传季号,避免被误判为剧集(S00)并污染通知标题
|
||||||
|
season=None,
|
||||||
username=user_name,
|
username=user_name,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user