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

View File

@@ -504,7 +504,8 @@ async def seerr_subscribe(
tmdbid=tmdbId,
title=subject,
year="",
season=0,
# 电影不传季号避免被误判为剧集S00并污染通知标题
season=None,
username=user_name,
)
else: