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