fix douban mode

This commit is contained in:
jxxghp 2023-11-09 23:44:08 +08:00
parent 746fde592d
commit 3905463940

View File

@ -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: