fix 豆瓣来源订阅

This commit is contained in:
jxxghp
2023-10-12 19:59:47 +08:00
parent 1ecbc2f0be
commit 30c9c66087
3 changed files with 29 additions and 17 deletions

View File

@ -283,6 +283,8 @@ class TheMovieDbModule(_ModuleBase):
:param mediainfo: 识别的媒体信息
:return: 更新后的媒体信息
"""
if not mediainfo.tmdb_id:
return mediainfo
if mediainfo.logo_path \
and mediainfo.poster_path \
and mediainfo.backdrop_path: