mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-04 04:37:18 +08:00
Fix: TMDB 剧集详情页不显示第 0 季(特别篇) #5444
This commit is contained in:
@@ -101,7 +101,7 @@ def not_exists(media_in: schemas.MediaInfo,
|
||||
mtype = MediaType(media_in.type) if media_in.type else None
|
||||
if mtype:
|
||||
meta.type = mtype
|
||||
if media_in.season:
|
||||
if media_in.season is not None:
|
||||
meta.begin_season = media_in.season
|
||||
meta.type = MediaType.TV
|
||||
if media_in.year:
|
||||
|
||||
Reference in New Issue
Block a user