mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-01 22:12:18 +08:00
fix: user update issue, tmdb leak poster issue.
This commit is contained in:
@@ -76,6 +76,8 @@ def tmdb_parser(title, language) -> TMDBInfo | None:
|
||||
for s in info_content.get("seasons")
|
||||
]
|
||||
last_season, poster_path = get_season(season)
|
||||
if poster_path is None:
|
||||
poster_path = info_content.get("poster_path")
|
||||
original_title = info_content.get("original_name")
|
||||
official_title = info_content.get("name")
|
||||
year_number = info_content.get("first_air_date").split("-")[0]
|
||||
|
||||
Reference in New Issue
Block a user