fix(subscribe): seerr 端点电影订阅不传季号,避免误判为剧集(S00) (#6226)

This commit is contained in:
thelinyue
2026-08-02 21:06:00 +08:00
committed by GitHub
parent 3e32eab98f
commit 702801d0dc
+2 -1
View File
@@ -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: