diff --git a/app/core/context.py b/app/core/context.py index 67848934..447ede2d 100644 --- a/app/core/context.py +++ b/app/core/context.py @@ -437,7 +437,7 @@ class MediaInfo: self.season = meta.begin_season if self.season: self.type = MediaType.TV - else: + elif not self.type: self.type = MediaType.MOVIE # 评分 if not self.vote_average: