fix bug
This commit is contained in:
parent
ed119b7beb
commit
4d48295f72
@ -355,7 +355,7 @@ def popular_subscribes(
|
||||
# 处理标题
|
||||
title = sub.get("name")
|
||||
season = sub.get("season")
|
||||
if season and int(season) > 1:
|
||||
if season and int(season) > 1 and media.tmdb_id:
|
||||
# 小写数据转大写
|
||||
season_str = cn2an.an2cn(season, "low")
|
||||
title = f"{title} 第{season_str}季"
|
||||
|
Loading…
x
Reference in New Issue
Block a user