This commit is contained in:
jxxghp 2024-05-06 16:46:03 +08:00
parent ed119b7beb
commit 4d48295f72

View File

@ -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}"