From 3905463940fcaad2562a9ce37ae8a7aaa361381d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 9 Nov 2023 23:44:08 +0800 Subject: [PATCH] fix douban mode --- app/core/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: