fix douban mode
This commit is contained in:
parent
746fde592d
commit
3905463940
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user